rewrite it in rust #1
Loading…
Reference in New Issue
No description provided.
Delete Branch "riir"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
I was struggling to build a cross-platform desktop application with C, both because I'm a novice at C (and native applications in general) and because there weren't many libraries to do what I need.
Rewrite the app in Rust instead of C. Use winit for window management and cpal for audio, instead of SDL. Use wgpu for graphics; it's backed by the same libraries as SDL, but also supports portable shaders. Use Dear ImGui rust bindings for a GUI, instead of nuklear.
Rewriting the app in Rust has a few advantages:
There's some downsides too:
94cb5a542d
to99d6970323