https://github.com/mhutter/rgui
https://github.com/mhutter/rgui
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/mhutter/rgui
- Owner: mhutter
- Created: 2025-03-12T07:55:48.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-13T08:49:42.000Z (over 1 year ago)
- Last Synced: 2025-05-11T18:06:38.192Z (about 1 year ago)
- Language: Rust
- Size: 50.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# rgui
Explorations in visualizing stuff using Rust.
## Completed
- [`./sfml`](./sfml) - [SFML](https://www.sfml-dev.org/) via the [sfml crate](https://docs.rs/sfml/latest/sfml/index.html) based on [How to do Rendering using C++ by Pezzza](https://www.youtube.com/watch?v=t0z3RojiKFg)
- [`./raylib`](./raylib) - [raylib](https://www.raylib.com/) via the [raylib crate](https://docs.rs/raylib) (based on the SFML implementation)
## Backlog
Assorted ideas
- [Bevy Engine](https://bevyengine.org/)
- WASM drawing on a Canvas (see [Learning to Fly: Part 4](https://pwy.io/posts/learning-to-fly-pt4/))
- [SDL2](https://libsdl.org/) via the [sdl2 crate](https://docs.rs/sdl2)
- [SDL3](https://libsdl.org/) via the [sdl3 crate](https://docs.rs/sdl3)