rusty-shooter
[suspended] 3d shooter written in Rust using rg3d (by mrDIMAS)
StationIapetus
3rd person shooter in the very early development phase (by mrDIMAS)
Our great sponsors
- SonarQube - Static code analysis for 29 languages.
- InfluxDB - Access the most powerful time series database as a service
- ONLYOFFICE ONLYOFFICE Docs — document collaboration in your environment
- CodiumAI - TestGPT | Generating meaningful tests for busy devs
rusty-shooter | StationIapetus | |
---|---|---|
2 | 20 | |
278 | 259 | |
- | - | |
1.2 | 4.6 | |
7 months ago | 4 days ago | |
Rust | Rust | |
MIT License | GNU General Public License v3.0 only |
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.
rusty-shooter
Posts with mentions or reviews of rusty-shooter.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2021-08-21.
-
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.
-
Bevy 0.5
Yeah it did. Commits in the rg3d repo go back to like 2019, and they always had this as a demo for it before they started working on the third-person game.
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
What are some alternatives?
When comparing rusty-shooter and StationIapetus you can also consider the following projects:
bevy-cheatbook - Unofficial Reference Book for the Bevy Game Engine
awesome-bevy - A collection of Bevy assets, plugins, learning resources, and apps made by the community
rapier - 2D and 3D physics engines focused on performance.
detonator - 2D game engine and editor 💥💣
wgpu-rs - Rust bindings to wgpu native library
arewegameyet - The repository for https://arewegameyet.rs
RG3D - 3D and 2D game engine written in Rust [Moved to: https://github.com/FyroxEngine/Fyrox]
Fyrox - 3D and 2D game engine written in Rust
three - [abandoned] Totally not inspired Rust 3D library
rusty-editor - Scene editor for rg3d engine