Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit cf799c7

Browse filesBrowse files
N31: Notan (rust-gamedev#959)
* N31: Notan * Moving links Co-authored-by: Forest Anderson <forestkzanderson@gmail.com>
1 parent bbe125d commit cf799c7
Copy full SHA for cf799c7

File tree

2 files changed

+25
-0
lines changed
Filter options

2 files changed

+25
-0
lines changed

‎content/news/031/index.md

Copy file name to clipboardExpand all lines: content/news/031/index.md
+25Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -378,6 +378,31 @@ let byte_buffer = buffer.into_inner();
378378
[features]: https://docs.rs/crate/encase/latest/features
379379
[examples]: https://docs.rs/encase/latest/encase/#examples
380380

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+
381406
## Popular Workgroup Issues in Github
382407

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

‎content/news/031/notan.png

Copy file name to clipboard
11.5 KB
Loading

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.