rusty-shooter
[suspended] 3d shooter written in Rust using rg3d (by mrDIMAS)
bevy_webgl2
WebGL2 renderer plugin for Bevy game engine (by mrk-its)
Our great sponsors
- ONLYOFFICE ONLYOFFICE Docs — document collaboration in your environment
- CodiumAI - TestGPT | Generating meaningful tests for busy devs
- SonarQube - Static code analysis for 29 languages.
- InfluxDB - Access the most powerful time series database as a service
rusty-shooter | bevy_webgl2 | |
---|---|---|
2 | 4 | |
278 | 166 | |
- | - | |
1.2 | 1.1 | |
7 months ago | over 1 year ago | |
Rust | Rust | |
MIT License | 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.
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.
bevy_webgl2
Posts with mentions or reviews of bevy_webgl2.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2022-01-09.
-
Is there a way to use piston with wasm?
There was a rust game jam in September 2021 and some games are playable in the browser. In that game jam the most used game engine was the bevy game engine. But most of the games made in bevy were not made playable in the browser, the ones that were playable in the browser used a third-party bevy plugin called bevy_webgl2. However now bevy has been updated to version 0.6 that has new built in WASM support, so there seems to be no need for bevy_webgl2. Targeting WASM with bevy might mean that not all features of the engine are available, so you need to limit the game’s features used to the ones that are compatible with WASM.
-
Bevy 0.5
For web assembly there is the unofficial bevy_webgl2 plugin. Official bevy web assembly support would probably use the wgpu webgl backend, which still needs some work, and is currently untested in bevy.
-
Running ML models in a game (and in Wasm!)
Thanks to bevy_webgl2, this is actually very straightforward. I just need to add the plugin WebGL2Plugin and disable the default features of Bevy to only enable the one available on Wasm.
-
Advice for doing a web-playable 7DRL
Bevy has bevy_webgl2, which is supposed to enable a way to compile bevy for wasm and consequently run in a browser.
What are some alternatives?
When comparing rusty-shooter and bevy_webgl2 you can also consider the following projects:
wgpu-rs - Rust bindings to wgpu native library
awesome-bevy - A collection of Bevy assets, plugins, learning resources, and apps made by the community
bracket-lib - The Roguelike Toolkit (RLTK), implemented for Rust.
bevy-cheatbook - Unofficial Reference Book for the Bevy Game Engine
bevy - A refreshingly simple data-driven game engine built in Rust
tract - Tiny, no-nonsense, self-contained, Tensorflow and ONNX inference
arewegameyet - The repository for https://arewegameyet.rs
StationIapetus - 3rd person shooter in the very early development phase
bevy_webgl2_app_template