diff --git a/content/news/032/index.md b/content/news/032/index.md index 1e4c7bc91..e95860de6 100644 --- a/content/news/032/index.md +++ b/content/news/032/index.md @@ -232,6 +232,26 @@ March's full weekly devlogs: "This Week In Veloren...": ## Engine Updates +### [Notan v0.2.1][Notan] + +![notan](notan.jpg) + +[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. + +Version [v0.2.1] improves and adds features focusing on the creation of apps, +like select mouse cursor or lazy loop among other things. The main focus was +improve the integration with [egui] supporting all its features. + +[Notan]: https://github.com/Nazariglez/notan +[v0.2.1]: https://github.com/Nazariglez/notan/releases/tag/v0.2.0 +[egui]: https://github.com/emilk/egui + ## Learning Material Updates ### [Intro to Bevy Video Tutorial Series][intro-to-bevy-playlist] diff --git a/content/news/032/notan.jpg b/content/news/032/notan.jpg new file mode 100644 index 000000000..a4505e790 Binary files /dev/null and b/content/news/032/notan.jpg differ