Hacker News
- Show HN: A minimal working Rust / SDL2 / WASM browser game https://github.com/awwsmm/hello-rust-sdl2-wasm 38 comments
- The balance between cost, useability and soundness in C bindings, and Rust-SDL2's release https://cobrand.github.io/rust/sdl2/2017/05/07/the-balance-between-soundness-cost-useability.html 29 comments rust
- Conway's Game of Life implemented in Rust-sdl2 http://pramode.in/2016/10/12/conway-game-of-life-rust-sdl2/ 11 comments rust
- Resource on building a rust-sdl2 game. Useful for not only SDL2 learning, but also learning Rust. http://jadpole.github.io/arcaders/arcaders-1-0 8 comments rust_gamedev
- Video: 2D portaling demo in Rust + rust-sdl2 https://www.youtube.com/watch?amp%3Bfeature=youtu.be&v=6WPm2mOZuQI 3 comments rust
- Pushrod 0.1.2: SDL2-based GUI library for Rust https://www.reddit.com/r/rust/comments/gwayfg/pushrod_012_sdl2based_gui_library_for_rust/ 19 comments rust
- Pushrod 0.2.27: SDL2-based GUI for Rust - Call for Help! https://www.github.com/KenSuenobu/rust-pushrod/ 4 comments rust
- A simiple, minimal working SDL2 rust game with WASM support via emscripten https://github.com/ALEX11BR/emscripten-functions/tree/main/examples/simple-game 3 comments rust
- I'm making a Rhythm Game in Rust with SDL2 https://www.youtube.com/watch?v=KZHuGmuIVpk 9 comments rust
- A minimal working Rust / SDL2 / WASM browser game https://github.com/awwsmm/hello-rust-sdl2-wasm 3 comments rust
- Rust on iOS with SDL2 https://blog.aclysma.com/rust-on-ios-with-sdl2/ 5 comments rust
- Pushrod - Rust Native UI with SDL2 - Still going! https://www.reddit.com/r/rust/comments/gb7lre/pushrod_rust_native_ui_with_sdl2_still_going/ 19 comments rust
- rust sdl2 sprite animation qustion https://github.com/Rust-SDL2/rust-sdl2/blob/master/examples/animation.rs 3 comments rust_gamedev
- Where I can find the ArcadeRS tutorial (where author made a 2D arcade shooter in Rust with sdl2)? http://jadpole.github.io/arcaders/arcaders-1-0/ 7 comments rust
- Flappy Rust a clone of Flappy Gopher which is a clone of Flappy Bird written in Rust using SDL2 bindings http://github.com/deckarep/flappy-rust 3 comments rust_gamedev