StationIapetus
3rd person shooter in the very early development phase (by mrDIMAS)
RG3D
3D and 2D game engine written in Rust [Moved to: https://github.com/FyroxEngine/Fyrox] (by mrDIMAS)
DISCONTINUED
Our great sponsors
StationIapetus | RG3D | |
---|---|---|
20 | 40 | |
272 | 3,193 | |
- | - | |
0.0 | 9.8 | |
2 days ago | over 1 year ago | |
Rust | Rust | |
GNU General Public License v3.0 only | MIT License |
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.
StationIapetus
Posts with mentions or reviews of StationIapetus.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2022-06-05.
-
Are there any AAA or indi games being developed in Rust?
Check Station Iapetus, "commercial project that will eventually be released in Steam".
-
5 Rust game engines to consider for your next project
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:
-
RG3D (Rust game engine) feature highlights
Thanks! I do have two pretty big games written with the engine - https://github.com/mrDIMAS/StationIapetus and https://github.com/mrDIMAS/rusty-shooter . I've started writing them because it is impossible to get right feature set, without a game that uses it.
-
[Media] rg3d game engine v0.22 - feature highlights
Thanks! Huge breaking changes in the API are rare, I'm trying to design the API to be good from the first try. I have three dependent projects, so every breaking change forces me to fix all of those. Usually I need an hour or so to make it compile again, even on large projects like this.
- Bevy 0.5: data oriented game engine built in Rust
- Station Iapetus - 3d third-person shooter written in Rust - Progress Report
-
Assembling a scene in rusty-editor which is an editor for rg3d engine
Station Iapetus - https://github.com/mrDIMAS/StationIapetus
- Station Iapetus: 3rd person shooter in Rust using the rg3d game engine
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.
-
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.
- Why isn't rust used in game engines yet?
-
Hey Rustaceans! Got an easy question? Ask here (46/2021)!
Recommend checking out rg3d.
-
rg3d game engine now has a cheat/guide book!
Links: Book Sources on GitHub, rg3d game engine
-
Whats your favourite open source Rust project that needs more recognition?
rg3d
-
[Media] rg3d 0.23 game engine - custom shaders, materials, PBR, HDR, and more!
GitHub, rg3d.rs, Join the Discord Server
What are some alternatives?
When comparing StationIapetus and RG3D you can also consider the following projects:
bevy - A refreshingly simple data-driven game engine built in Rust
Amethyst - Data-oriented and data-driven game engine written in Rust
gdnative - Rust bindings for Godot 3
piston - A modular game engine written in Rust
narg - A tool to generate LC/AP formulas for a given seed in Noita.
specs - Specs - Parallel ECS
arewegameyet - The repository for https://arewegameyet.rs
Coffee - An opinionated 2D game engine for Rust
rapier - 2D and 3D physics engines focused on performance.
ggez - Rust library to create a Good Game Easily
love - LÖVE is an awesome 2D game framework for Lua.
rust-sdl2 - SDL2 bindings for Rust