diff --git a/content/posts/newsletter-012/index.md b/content/posts/newsletter-012/index.md index 67fe455aa..88571d5d2 100644 --- a/content/posts/newsletter-012/index.md +++ b/content/posts/newsletter-012/index.md @@ -365,6 +365,22 @@ Their additional [July updates][mun-july] include: [rustacean-mun]: https://rustacean-station.org/episode/020-mun [Make It or Break It content]: https://github.com/mun-lang/mun/issues/220 +### [miniquad] + +![miniquad ios](miniquad_ios.jpg) + +[miniquad] is a safe and cross-platform rendering library +focused on portability and low-end platforms support. + +This month opengl backend of miniquad was successefully ported to iOS. +With this update [macroquad], [good-web-game] and all the games +build directly with [miniquad] can be run on IOS, Android, WASM, +Linux, macOS and Windows! + +[miniquad]: https://github.com/not-fl3/miniquad +[macroquad]: https://github.com/not-fl3/macroquad +[good-web-game]: https://github.com/not-fl3/good-web-game + ### [wgpu][wgpu-site] ![procgen dynamic "grass field"](tuitui-grass-field.jpeg) diff --git a/content/posts/newsletter-012/miniquad_ios.jpg b/content/posts/newsletter-012/miniquad_ios.jpg new file mode 100644 index 000000000..ad9531586 Binary files /dev/null and b/content/posts/newsletter-012/miniquad_ios.jpg differ