diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ab50259fd..7e00bfaea 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -45,6 +45,7 @@ jobs: --accept '100..=103,200..=299,300..=399' --exclude '[^\w]todo[^\w]?' --exclude 'https://(www\.|old\.)?reddit\.com' + --exclude 'https://www.patreon.com' ${{ steps.changed-files.outputs.changed_files }} - name: Install Zola run: | diff --git a/content/news/051/index.md b/content/news/051/index.md index d5f0339e6..56f575f75 100644 --- a/content/news/051/index.md +++ b/content/news/051/index.md @@ -92,6 +92,18 @@ You can support development by [purchasing Way of Rhea on Steam][wor], or ## Engine Updates +### [Macroquad] + +![quad-gl](twiq_3d_helmet.gif) +_"Basic" 3d rendering (gltf helmet)_ + +[@Fedor](https://github.com/not-fl3/), creator of [*Quad], a game engine written in Rust, is starting a [This week in Quads](https://macroquad.rs/twiq) newsletter. + +Overall polish, developer experience, performance optimization and basic 3d visualization have been worked on. + +[Macroquad]: https://github.com/not-fl3/macroquad +[*Quad]: https://www.patreon.com/posts/on-buses-and-101117631 + ## Learning Material Updates ### Xkcd Machine diff --git a/content/news/051/twiq_3d_helmet.gif b/content/news/051/twiq_3d_helmet.gif new file mode 100644 index 000000000..f4a704f22 Binary files /dev/null and b/content/news/051/twiq_3d_helmet.gif differ