diff --git a/content/posts/newsletter-008/index.md b/content/posts/newsletter-008/index.md index f4f38b3b5..04571b02c 100644 --- a/content/posts/newsletter-008/index.md +++ b/content/posts/newsletter-008/index.md @@ -440,6 +440,23 @@ Satellite projects: [naga]: https://github.com/gfx-rs/naga [boids example]: https://github.com/gfx-rs/naga/blob/thda1f6a4/test-data/boids.wgsl +### [miniquad] + +![miniquad android](miniquad.gif) + +[miniquad] by [@fedor_games] is a safe cross-platform rendering library +focused on portability and low-end platforms support. +Some of this month's updates: + +- example project by @PonasKovas, + illustrating android and web platform dependent configuration: [mandelbrot]. +- first prototype for embedded debug frame introspection: [introspection]. + +[mandelbrot]: https://github.com/PonasKovas/miniquad-mandelbrot +[introspection]: https://twitter.com/fedor_games/status/1241616794114232321 +[miniquad]: https://github.com/not-fl3/miniquad +[@fedor_games]: https://twitter.com/fedor_games + ### [Nannou v0.13][nannou-post] ![Daily Sketch 0114 by Mactuitui](nannou.png) diff --git a/content/posts/newsletter-008/miniquad.gif b/content/posts/newsletter-008/miniquad.gif new file mode 100644 index 000000000..8dff25ed8 Binary files /dev/null and b/content/posts/newsletter-008/miniquad.gif differ