-
Bevy is another simple data-driven game engine. While it is still in the early stages of development and likely to undergo significant changes, this does not stop its vital features from shining.
-
CodeRabbit
CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
-
ECS_101
This repository contains an introduction to Unity's new Entity Component System. The purpose of this is to help developers understand this paradigm, and why it is important to create performant games in Unity.
ECS makes Amethyst entirely thread-safe and avoids memory-locking of any sort. Learn more in the ECS infographic below:
-
RG3D
Discontinued 3D and 2D game engine written in Rust [Moved to: https://github.com/FyroxEngine/Fyrox]
Fyrox is a production-ready engine with extensive documentation and resources that focuses on 2D and 3D rendering. To use the Fyrox engine, add the following line to your Cargo.toml:
-
Besides being clear and easy to use, one of its popular features is the scene editor, which provides a scene preview as demonstrated in this example:
-
Besides being clear and easy to use, one of its popular features is the scene editor, which provides a scene preview as demonstrated in this example:
-
Make sure you check out this Piston repository to review some helpful examples and other necessary tutorials.
-
Nannou is an open source game framework that is still in its early days. It is also more hands-on for developers, but it is still a popular game engine that is greatly in use at the moment. As of this writing, the Nannou crate has over 35,000 downloads.
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
However, remember Rust has interoperability with other languages, especially with C and C++. If there are no Rust libraries available for the functionality you’re looking for, you can use something like bindgen to access another library.
-
To me, Rust is a well-designed and very clean language. Though some consider Rust to have a steep learning curve, the extensive documentation and expanding crate registry can certainly help you quickly learn best practices.
Related posts
-
RG3D Engine 0.24 is out with major improvements in 2D support, physics, user interface, performance, and more...
-
RG3D Engine 0.24 is out with major improvements in 2D support, physics, user interface, performance, and more...
-
rg3d 0.24 Feature Highlights - first-class 2D games support, physics, user interface, resource management improvements, guide book and more!
-
Rust in Linux, AoT Compiler in React
-
[Media] rg3d live coding session #3 - curves and curve editor