diff --git a/content/news/037/index.md b/content/news/037/index.md index e532aa263..e8c52af0b 100644 --- a/content/news/037/index.md +++ b/content/news/037/index.md @@ -162,6 +162,24 @@ users to define their own dynamic assets. [bevy_asset_loader]: https://github.com/NiklasEi/bevy_asset_loader/ [Bevy]: https://bevyengine.org/ +### [Notan v0.6][Notan] + +![notan examples](notan.gif) + +[Notan] is a simple and portable layer designed to create your own +apps on top of it without worrying about platform-specific code. + +It provides a set of APIs and tools that can be used to create your +project in an ergonomic manner without enforcing any structure or pattern, +sharing the same codebase across multiple platforms. + +The main focus for version [v0.6] was improving how uniforms +are set using the layout std140 for the user with a macro, +among internal fixes and improvements. + +[Notan]: https://github.com/Nazariglez/notan +[v0.6]: https://github.com/Nazariglez/notan/releases/tag/v0.6.0 + ## Popular Workgroup Issues in Github diff --git a/content/news/037/notan.gif b/content/news/037/notan.gif new file mode 100644 index 000000000..d55a7f657 Binary files /dev/null and b/content/news/037/notan.gif differ