diff --git a/content/news/047/index.md b/content/news/047/index.md index 46f8d1fb0..c7794693e 100644 --- a/content/news/047/index.md +++ b/content/news/047/index.md @@ -35,8 +35,8 @@ Feel free to send PRs about your own projects! - [Learning Material Updates](#learning-material-updates) - [Tooling Updates](#tooling-updates) - [Library Updates](#library-updates) -- [Other News](#other-news) - [Popular Workgroup Issues in Github](#popular-workgroup-issues-in-github) +- [Other News](#other-news) - [Discussions](#discussions) - [Requests for Contribution](#requests-for-contribution) - [Jobs](#jobs) @@ -69,6 +69,21 @@ If needed, a section can be split into subsections with a "------" delimiter. ## Engine Updates +### [macroquad] + +![macroquad](macroquad_0_4.gif) +_Macroquad examples rendered by Metal API_ + +Macroquad got ported to miniquad-0.4, supporting Metal on Mac and IOS. + +On the surface all the macroquad API stayed exactly the same, but with +`use macroquad::miniquad::*` being such a breaking change - major version +number was bumped. Major version bump made possible to fix a few +long-lasting issues, check the [full changelog][macroquad_changelog] +for all the changes. + +[macroquad_changelog]: https://macroquad.rs/articles/macroquad-0-4/ + ## Learning Material Updates ## Tooling Updates diff --git a/content/news/047/macroquad_0_4.gif b/content/news/047/macroquad_0_4.gif new file mode 100644 index 000000000..5dc085514 Binary files /dev/null and b/content/news/047/macroquad_0_4.gif differ