diff --git a/content/news/035/index.md b/content/news/035/index.md index 15006b842..5f62ed3ac 100644 --- a/content/news/035/index.md +++ b/content/news/035/index.md @@ -562,6 +562,26 @@ _Discussions: [kajiya-gi-overview]: https://github.com/EmbarkStudios/kajiya/blob/main/docs/gi-overview.md [@h3r2tic]: https://github.com/h3r2tic +### [Notan v0.5][Notan] + +![Notan texture to file](notan.gif) + +[Notan] is a simple and portable layer designed to create your own multimedia +apps on top of it without worrying about platform-specific code. + +The main goal is to provide a set of APIs and tools that can be used to create +your project in an ergonomic manner without enforcing any structure or pattern, +always trying to stay out of your way. The idea is that you can use it as a +foundation layer or backend for your next app, game engine, or game. + +The latest version [v0.5] fixes multiple bugs, improves [EGUI] support and adds +a new feature to export texture [to png] easily. + +[Notan]: https://github.com/Nazariglez/notan +[to png]: https://nazariglez.github.io/notan-web/examples/texture_to_file.html +[v0.5]: https://github.com/Nazariglez/notan/releases/tag/v0.5.0 +[EGUI]: https://github.com/emilk/egui + ## Other News diff --git a/content/news/035/notan.gif b/content/news/035/notan.gif new file mode 100644 index 000000000..959f63323 Binary files /dev/null and b/content/news/035/notan.gif differ