Skip to content

Commit 9f65f6c

Browse files
N38: Notan (#1171)
Co-authored-by: Joe Clay <27cupsofcoffee@gmail.com>
1 parent e8c8460 commit 9f65f6c

File tree

2 files changed

+20
-0
lines changed

2 files changed

+20
-0
lines changed

content/news/038/index.md

+20
Original file line numberDiff line numberDiff line change
@@ -412,6 +412,26 @@ on Reddit.
412412
[rayon]: https://github.com/rayon-rs/rayon
413413
[Barnes-Hut]: https://en.wikipedia.org/wiki/Barnes%E2%80%93Hut_simulation
414414

415+
### [Notan v0.7][Notan]
416+
417+
![notan examples](notan.gif)
418+
419+
[Notan] is a simple and portable layer designed to create your own
420+
apps on top of it without worrying about platform-specific code.
421+
422+
It provides a set of APIs and tools that can be used to create your
423+
project in an ergonomic manner without enforcing any structure or pattern,
424+
sharing the same codebase across multiple platforms.
425+
426+
The focus of version [v0.7] was improvements and fixes, however the main
427+
improvement was how textures are created, allowing to create textures that
428+
depend on the backend. The main benefit of this new feature is that Notan
429+
can now load on browsers to the GPU `HtmlImageElement` or it could load
430+
other types of browser's images as well (like `HtmlCanvasElement`).
431+
432+
[Notan]: https://github.com/Nazariglez/notan
433+
[v0.7]: https://github.com/Nazariglez/notan/releases
434+
415435
## Popular Workgroup Issues in Github
416436

417437
<!-- Up to 10 links to interesting issues -->

content/news/038/notan.gif

1.92 MB
Loading

0 commit comments

Comments
 (0)