jumpy
rust-sdl2
jumpy | rust-sdl2 | |
---|---|---|
28 | 36 | |
1,650 | 2,748 | |
1.7% | 1.6% | |
8.7 | 8.6 | |
about 1 month ago | about 2 months ago | |
Rust | Rust | |
GNU General Public License v3.0 or later | MIT License |
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.
jumpy
-
Shiftnanigans - 2D Platformer Randomizer
I made a 2D platformer randomization crate called Shiftnanigans (https://github.com/AustinHellerRepo/Shiftnanigans) as part of my work on the open source game Jumpy (https://github.com/fishfolk/jumpy). Within the map editor of Jumpy, the Randomize button will randomize the placement of tiles and elements, maintaining the general structures of the map. I've described the two abstract concepts and sets of structs used to accomplish this functionality below. This is just a general overview, but I am happy to elaborate further if anyone has questions about the algorithms and data structures used.
- Fish Folk – open-source Bevy game
-
Fish Folk – Our open source arena-shooter game in development for 4 years is now live on Kickstarter
GitHub: https://github.com/fishfolk/jumpy
-
Fish Folk: Jumpy v0.5 – completed MVP of Bevy rewrite
Since late September we've been rewriting 'Fish Folk: Jumpy' in Bevy, headed up by Jumpy's new lead dev zicklag. With the release of v0.5, we now set our sights on a crowdfunding campaign due to launch in early 2023.
- Networking in ‘Fish Folk: Jumpy’ with QUIC for matchmaking and GGPO for p2p rollback
-
Wave Function Collapse - A stateful node graph framework (constraint problems, procedural generation, etc.)
Thanks for this! We have a longstanding idea to use WFC as a way to create procedurally (re-)generated maps for our 2D platformer game. Happy to collaborate further on this if you’re interested.
- WASM For Core Game Loop & Mods · Jumpy dev-talk
-
Katharos tech?!
Also the people from Katharos are great contributors of Bevy itself and also is working on Jumpy, which is a great source of inspiration and showcase for community, which doesn't uses Katharos License.
-
Are there any AAA or indi games being developed in Rust?
Fish Fight is developed in Rust.
rust-sdl2
-
SDL3 new GPU API merged
It exists, but IMO it's not a good choice.
First of all, it doesn't support RenderGeometry or RenderGeometryRaw, which are necessary for high-performance 2D rendering. I doubt it will support any of the GPU stuff at this rate, as the geometry rendering is pretty much a prerequisite. Maybe both will land all at once, though. To wit, the relevant issue hasn't seen much activity: https://github.com/Rust-SDL2/rust-sdl2/issues/1180
Secondly, the abstractions chosen by rust-sdl2 are quite different from those of SDL2 itself. There seems to have been an aggressive attempt by the Rust library authors to make something more Rust-friendly, which maybe has made it more approachable for people who don't know SDL2, but it has IMO made it less approachable for people who do know SDL2. The crate gets plenty of downloads, so maybe it's just me.
- Nannou – An open-source creative-coding framework for Rust
- SDL2 issues
-
SDL&C Or Wgpu&Rust, for Learning Graphics Programming ?
I don't think that SDL and WGPU are really comparable. You'd be better off comparing SDL to something like Notan or even the SDL bindings for Rust. That said, SDL will have vastly more learning resources than Wgpu or Notan or any Rust alternative. If you know and like rust you can probably use the resources with the Rust SDL bindings.
-
Game Lib similar to LWJGL Pygame SDL
Those are 3 very different libraries. Are you looking for something in the middle, or do you want all of the features you described? For what it's worth, there's SLD2 bindings for Rust https://github.com/Rust-SDL2/rust-sdl2
-
How would I connect renderer coded in C and logic coded in rust?
There's already a Rust binding for SDL2. See https://crates.io/crates/sdl2
-
SDL2 vs Winit/Pixels/CPAL/etc. Is going "native" really worth it?
nope. https://github.com/Rust-SDL2/rust-sdl2/issues/884 emscripten target won't work yet either.
-
I would like a simple, but abstracted, drawing library
it seems like what you are looking for is sdl2 bindings
-
cannot borrow `renderer` as mutable more than once at a time
Dude. It's literally at most 50 lines of code, the entire project. What kind of documentation do you expect me to write? The library I'm using is this one. I don't know why you'd need to know anything about it since it's purely something that can appear literally anywhere, it's part of the language.
-
C++ coders, why do you stick with the language?
*and* SDL2-sys *and* Rust-SDL2
What are some alternatives?
iroha - Iroha - A simple, enterprise-grade decentralized ledger
winit - Window handling library in pure Rust
minicloze - Rust-based command-line language-learning game. Uses the Tatoeba database.
bevy - A refreshingly simple data-driven game engine built in Rust
bbscript - Parses BBScript for various Arc System Works Games
Amethyst - Data-oriented and data-driven game engine written in Rust
ticked - Edit your ticktick.com tasks from any text editor you want (like vim/neovim)
rust-sdl - SDL bindings for Rust
Shiftnanigans - A library for randomizing tile-based maps and other interesting algorithms.
raylib - A simple and easy-to-use library to enjoy videogames programming
rust-drive-ai - Self driving car AI in road fighter world
Crayon - A small, portable and extensible game framework written in Rust.