File tree 2 files changed +25
-0
lines changed
Filter options
2 files changed +25
-0
lines changed
Original file line number Diff line number Diff line change @@ -378,6 +378,31 @@ let byte_buffer = buffer.into_inner();
378
378
[ features ] : https://docs.rs/crate/encase/latest/features
379
379
[ examples ] : https://docs.rs/encase/latest/encase/#examples
380
380
381
+ ### [ Notan]
382
+
383
+ ![ Notan] ( notan.png )
384
+
385
+ The first version of [ Notan] was released.
386
+ [ Notan] aims to be a simple and portable multimedia layer, designed to make
387
+ your own multimedia app on top of it without worrying too much about
388
+ platform-specific code.
389
+
390
+ The main goal is to provide a set of APIs and tools that can be used to create
391
+ your project in an ergonomic manner without enforcing any structure or pattern,
392
+ always trying to stay out of your way. The idea is that you can use it as a
393
+ foundation layer or backend for your next app, game engine or game.
394
+
395
+ This first version comes with windowing, input and rendering support on MacOS,
396
+ Linux, Windows and Web. Behind feature flags you can use a fast 2D renderer,
397
+ text rendering, and [ egui] integration.
398
+
399
+ You can try [ Notan] by installing it via cargo: ` cargo install notan ` or
400
+ checking the [ online demos] .
401
+
402
+ [ Notan ] : https://github.com/Nazariglez/notan
403
+ [ online demos ] : https://nazariglez.github.io/notan-web/
404
+ [ egui ] : https://github.com/emilk/egui
405
+
381
406
## Popular Workgroup Issues in Github
382
407
383
408
<!-- Up to 10 links to interesting issues -->
You can’t perform that action at this time.
0 commit comments