diff --git a/content/news/040/digital-extinction.jpeg b/content/news/040/digital-extinction.jpeg new file mode 100644 index 000000000..908cc30aa Binary files /dev/null and b/content/news/040/digital-extinction.jpeg differ diff --git a/content/news/040/index.md b/content/news/040/index.md index f5598f05c..4eee909a0 100644 --- a/content/news/040/index.md +++ b/content/news/040/index.md @@ -102,6 +102,43 @@ _Discussions: [Reddit](https://www.reddit.com/r/rust_gamedev/comments/ypf38k/des [Vangers]: https://store.steampowered.com/app/264080/Vangers/ [vangers-video]: https://vimeo.com/manage/videos/765602608 +### Digital Extinction + +![laser trail in Digital Extinction](digital-extinction.jpeg) +_Laser trail in Digital Extinction_ + +[Digital Extinction] ([GitHub][de-github], [Discord][de-discord], +[Reddit][de-reddit]) by [@Indy2222] is a 3D real-time strategy game made with +[Bevy]. + +Here is the summary of the changes since the last update. It consists of commit +range ffd5987..494096b (2022-11-03–2022-11-27). There were 75 non-merge commits +in total. + +The most notable updates are: + +- trails after laser fires are briefly visible, +- flying drones no longer slide on terrain but fly in height, +- simple main menu and map selection were added, +- a game design document was kicked off, +- both Rust API, and other technical documentation are automatically published + at [docs.de-game.org][de-docs], +- many community-related improvements have been made, +- the game was migrated to the new Bevy v0.9, +- there were some code quality and performance improvements, +- de_tools crate was fixed. + +A more detailed update summary is available [here][de-update-02]. + +[Digital Extinction]: https://de-game.org +[de-github]: https://github.com/DigitalExtinction/Game +[de-discord]: https://discord.gg/vHMFuCWGSX +[de-reddit]: https://www.reddit.com/r/DigitalExtinction +[@Indy2222]: https://github.com/Indy2222 +[Bevy]: https://bevyengine.org +[de-docs]: https://docs.de-game.org +[de-update-02]: https://mgn.cz/blog/de02 + ## Engine Updates ### [Pixel Engine][pixel_engine]