File tree 2 files changed +20
-0
lines changed
2 files changed +20
-0
lines changed Original file line number Diff line number Diff line change @@ -412,6 +412,26 @@ on Reddit.
412
412
[ rayon ] : https://github.com/rayon-rs/rayon
413
413
[ Barnes-Hut ] : https://en.wikipedia.org/wiki/Barnes%E2%80%93Hut_simulation
414
414
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
+
415
435
## Popular Workgroup Issues in Github
416
436
417
437
<!-- Up to 10 links to interesting issues -->
You can’t perform that action at this time.
0 commit comments