diff --git a/content/news/021/index.md b/content/news/021/index.md index 81e5e19d6..35f14d93c 100644 --- a/content/news/021/index.md +++ b/content/news/021/index.md @@ -28,6 +28,8 @@ Feel free to send PRs about your own projects! [Rust]: https://rust-lang.org [join]: https://github.com/rust-gamedev/wg#join-the-fun +- [Rust GameDev Meetup](#rust-gamedev-meetup) +- [gamedev.rs](#gamedev-rs) - [Game Updates](#game-updates) - [Learning Material Updates](#learning-material-updates) - [Engine Updates](#engine-updates) @@ -80,6 +82,25 @@ working on, fill out [this form][gamedev-meetup-form]. [rust-gamedev-discord]: https://discord.gg/yNtPTb2 [rust-gamedev-twitch]: https://twitch.tv/rustgamedevmeetup +## gamedev.rs + +As you may have noticed, [rust-gamedev.github.io](https://rust-gamedev.github.io) +(this site) got an awesome custom domain: [gamedev.rs](https://gamedev.rs)! +We've been looking for a good & available domain a [long time][gamedev-rs-233]. +Huge thanks to Juratech Systems for donating their domain +to the Rust GameDev WG! ❤️ + +We've also [switched to a more compact URL scheme][gamedev-rs-586] +with separate categories for [the newsletter](https://gamedev.rs/news) +and [other posts](https://gamedev.rs/blog). + +_Discussions: +[/r/rust_gamedev](https://reddit.com/r/rust_gamedev/comments/mq6mmj/rustgamedevgithubio_is_now_gamedevrs), +[Twitter](https://twitter.com/ozkriff/status/1382016040662614017)_ + +[gamedev-rs-233]: https://github.com/rust-gamedev/rust-gamedev.github.io/issues/233 +[gamedev-rs-586]: https://github.com/rust-gamedev/rust-gamedev.github.io/pull/586 + ## Game Updates ### [LD48: Micronaut][micronaut-itch] @@ -612,6 +633,17 @@ design considerations. [mason-remaley]: https://twitter.com/masonremaley [wor]: https://store.steampowered.com/app/1110620?utm_campaign=tmirgd&utm_source=n21 +### [awesome-quads] + +![logo](quads.png) + +[awesome-quads] is a curated list of links to [miniquad]/[macroquad]-related +code & resources: libraries & plugins, games, examples, apps, docs, etc. +The list has more than 40 links atm: +feel free to write a PR if something isn't mentioned yet. + +[awesome-quads]: https://github.com/ozkriff/awesome-quads + ## Library & Tooling Updates ### [wgpu]-0.8 diff --git a/content/news/021/quads.png b/content/news/021/quads.png new file mode 100644 index 000000000..ce0255579 Binary files /dev/null and b/content/news/021/quads.png differ