StationIapetus
3rd person shooter in the very early development phase (by mrDIMAS)
three
[abandoned] Totally not inspired Rust 3D library (by three-rs)
Our great sponsors
StationIapetus | three | |
---|---|---|
20 | 2 | |
272 | 552 | |
- | 0.0% | |
0.0 | 0.0 | |
2 days ago | about 1 year ago | |
Rust | Rust | |
GNU General Public License v3.0 only | Apache License 2.0 |
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
three
Posts with mentions or reviews of three.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2021-10-14.
-
Hands-On Rust: Effective Learning Through 2D Game Development and Play
Rust has ways to deal with mutability. Three-rs [1] uses a classic scene graph tree, like ThreeJS. It's based on Froggy [2], which is a general low level primitive for building a "traditional" topology of the classes.
-
[Media] rg3d game engine v0.22 - feature highlights
I had similar motivation back in the day for CGS in https://github.com/kvark/froggy, which was also powering https://github.com/three-rs/three. It's nice to see Rust ecosystem not locking itself on ECS, even if they are so cool :)
What are some alternatives?
When comparing StationIapetus and three you can also consider the following projects:
rapier - 2D and 3D physics engines focused on performance.
detonator - 2D game engine and editor 💥💣
rusty-shooter - [suspended] 3d shooter written in Rust using rg3d
awesome-bevy - A collection of Bevy assets, plugins, learning resources, and apps made by the community
RG3D - 3D and 2D game engine written in Rust [Moved to: https://github.com/FyroxEngine/Fyrox]
bracket-lib - The Roguelike Toolkit (RLTK), implemented for Rust.
wgpu-rs - Rust bindings to wgpu native library
froggy - Component Graph System experiment
Fyrox - 3D and 2D game engine written in Rust
rusty-editor - Scene editor for rg3d engine
bevy-website - The source files for the official Bevy website