From 260ae3732754bbf73539fad21d9fbebcf839100b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nazari=CC=81=20Gonza=CC=81lez?= Date: Sat, 4 Jun 2022 14:12:38 +0100 Subject: [PATCH] N34: Notan --- content/news/034/index.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/content/news/034/index.md b/content/news/034/index.md index 44ac69423..043afb974 100644 --- a/content/news/034/index.md +++ b/content/news/034/index.md @@ -403,6 +403,22 @@ is to allow loading any custom values as dynamic assets. [iyes_loopless]: https://github.com/IyesGames/iyes_loopless [iyes_progress]: https://github.com/IyesGames/iyes_progress +### [Notan v0.4][Notan] + +[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.4] adds [touch support] and fixes some minor bugs. + +[Notan]: https://github.com/Nazariglez/notan +[touch support]: https://nazariglez.github.io/notan-web/examples/input_touches.html +[v0.4]: https://github.com/Nazariglez/notan/releases/tag/v0.4.0 + ## Popular Workgroup Issues in Github