RG3D
3D and 2D game engine written in Rust [Moved to: https://github.com/FyroxEngine/Fyrox] (by mrDIMAS)
Amethyst
Data-oriented and data-driven game engine written in Rust (by amethyst)
RG3D | Amethyst | |
---|---|---|
40 | 22 | |
3,193 | 7,803 | |
- | - | |
9.8 | 6.6 | |
about 3 years ago | over 3 years ago | |
Rust | Rust | |
MIT License | GNU General Public License v3.0 or later |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
RG3D
Posts with mentions or reviews of RG3D.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2022-05-24.
-
5 Rust game engines to consider for your next project
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:
-
Is there a way to use piston with wasm?
rg3d has recently added web support.
- 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!
-
Game engines favouring a programming-heavy approach?
Rg3d, written in Rust: https://rg3d.rs
-
Is it reasonable to build beautiful-responsive-complex frontends in Rust web frameworks with minimal html css javascript knowledge?
Maybe bevy plus egui? I have never used wasm or bevy though. rg3d apparently supports wasm, too, and includes its own GUI lib (but it's hard to customize the rg3d gui, as far as I can tell).
- I know that rust is still a growing ecosystem but I want to know if there are any rust game engines.
-
Rust in Linux, AoT Compiler in React
some game engines https://github.com/PistonDevelopers https://www.libhunt.com/l/rust/topic/game-engine https://github.com/rg3dengine/rg3d https://medium.com/pragmatic-programmers/game-development-with-rust-31147f7b6096
- [Media] rg3d live coding session #3 - curves and curve editor
Amethyst
Posts with mentions or reviews of Amethyst.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2022-05-02.
-
Improving upon Entity Component Systems, introducing DG-ECM!
Yep, we do this, it works great! We stole it from hecs and Amethyst before us. There's a nice write-up of the theory in the scheduler rework the team has been working on for the past few months.
-
Rust vs Go for gamedev
Rust also has seemingly better libraries for the purpose. Both Bevy and Amethyst are available, and plenty more.
-
Simplest way to get basic programmatic tile OR voxel graphics going?
Amethyst
-
Rust Platformer - Part 1 - Bevy and ECS
I recently stumbled upon a short YouTube video of somebody building a roguelike game in Rust. From there, jumping from resource to resource, I ended up going through (part) of this massive (and awesome) tutorial by Herbert Wolverson about his Rust library bracket_lib. In this tutorial, Wolverson builds a roguelike game with colored text characters. After reading through, I felt like writing another type of game in Rust, so I looked at the available Rust game engines. The most popular, seems to be Amethyst, but it looks like they halted their development efforts. Second in line was Bevy. People are using it, support for Android and iOS is on the way, uses an ECS and have some usage examples: looks good.
-
I'm a "low-level, terminal-only" kind of developer, completely new to the game dev world. I've been working on a 2D platformer in my spare time. Can you explain to me what I'm missing out on, by not using a "game engine"?
Depends on my goals. I year ago I wanted to learn rust, so I used piston for a gamejam. (There are several rust engines including bevy, piston, amethyst. They probably vary in quality, features, and constraints.) Piston was a terrible experience because compilation is slow even on that tiny project.
-
Why I still like C and strongly dislike C++
And there's already a couple of surprisingly full-featured 3D engines already out there. Most notably Amethyst.
- Rust For GameDevs
-
Rust, For GameDev
View on GitHub
-
Rust servers is down
Is anyone having this problem? I can't connect to rocket.rs, actix.rs and amethyst.rs servers. I would play at https://tera.netlify.app/, but people out there is really toxic. I heard that Rust is getting an update while playing in a Rust server, just then rust server freezes and goes down.
-
How to get started?
Or should I jump directly in one of the bigger engines like Amethyst, Bevy or other?
What are some alternatives?
When comparing RG3D and Amethyst you can also consider the following projects:
bevy - A refreshingly simple data-driven game engine built in Rust
narg - A tool to generate LC/AP formulas for a given seed in Noita.
rust-sfml - SFML bindings for Rust
gdnative - Rust bindings for Godot 3
rust-sdl2 - SDL2 bindings for Rust