Our great sponsors
-
nope. https://github.com/Rust-SDL2/rust-sdl2/issues/884 emscripten target won't work yet either.
-
-
SonarLint
Clean code begins in your IDE with SonarLint. Up your coding game and discover issues early. SonarLint is a free plugin that helps you find & fix bugs and security issues from the moment you start writing code. Install from your favorite IDE marketplace today.
-
-
regarding the Sdl2 on wasm thingy, I think c binding crates in rust can't compile because of a wasm abi mismatch at the moment. once C compilers decide on wasm's multi-return ABI, rust can proceed to match that. until then, rust can just wait :( https://github.com/rust-lang/rust/issues/83788 for reference.
NOTE:
The number of mentions on this list indicates mentions on common posts plus user suggested alternatives.
Hence, a higher number means a more popular project.
Related posts
- Just a little question, can Bevy be used as a way for a beginner to learn Rust in general? also how much should I know before I start messing with Bevy?
- what GameEngine should i use to make games in rust?, is rust compile-time good enough for games?
- Why are most AAA games not written in Rust, but rather in C++?
- New to Game Dev
- 2D Game Development with Rust