SaaSHub helps you find the best software and product alternatives Learn more →
Rust-sdl2 Alternatives
Similar projects and alternatives to rust-sdl2
-
Amethyst
Data-oriented and data-driven game engine written in Rust (by amethyst)
-
-
InfluxDB
Build time-series-based applications quickly and at scale.. InfluxDB is the Time Series Platform where developers build real-time applications for analytics, IoT and cloud-native services. Easy to start, it is available in the cloud or on-premises.
-
-
-
-
-
-
SonarQube
Static code analysis for 29 languages.. Your projects are multi-language. So is SonarQube analysis. Find Bugs, Vulnerabilities, Security Hotspots, and Code Smells so you can release quality code every time. Get started analyzing your projects today for free.
-
-
-
jumpy
Tactical 2D shooter in fishy pixels style. Made with Rust-lang 🦀 and Bevy 🪶
-
tokio
A runtime for writing reliable asynchronous applications with Rust. Provides I/O, networking, scheduling, timers, ...
-
-
-
-
-
-
actix-web
Actix Web is a powerful, pragmatic, and extremely fast web framework for Rust.
-
-
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
rust-sdl2 reviews and mentions
-
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
-
C++ coders, why do you stick with the language?
*and* SDL2-sys *and* Rust-SDL2
In Rust you would need libSDL2 *and* SDL2-sys *and* SDL2 *and* libc *and*
-
Hey Rustaceans! Got a question? Ask here! (21/2022)!
The SDL2 crate had something like this, and it's an option I'm considering. However, if possible, I'd prefer a different, simpler GUI library, so if there's an input-specialized crate out there that does this, I'd love it.
-
What do you think about using SDL2 bindings for a simple game?
After a quick look onto the SDL2 bindings, https://github.com/Rust-SDL2/rust-sdl2, it seems quite mature and the sample code I'm reading uses very basic Rust features, nothing too fancy. Which makes sense, since we're binding to a C library.
-
[Media] Fish Fight v0.3: Level Editor; Overhauled modding system; How-to (gameplay, modding, gamedev) Book
This fails to build on Fedora due to an issue with sdl2-sys.
-
Epic funds next-gen SDL API for Vulkan
I agree wgpu is great, but wgpu isn't a substitute for SDL. The Rust project that replaces SDL is called winit
https://github.com/rust-windowing/winit
One can use wgpu with winit (which is more common) or, if they prefer, wgpu with sdl2. Here is an example:
https://github.com/Rust-SDL2/rust-sdl2/tree/master/examples/...
-
A note from our sponsor - #<SponsorshipServiceOld:0x00007fea5917b218>
www.saashub.com | 27 Jan 2023
Stats
Rust-SDL2/rust-sdl2 is an open source project licensed under MIT License which is an OSI approved license.