An open API service indexing awesome lists of open source software.

https://github.com/mhutter/rgui


https://github.com/mhutter/rgui

Last synced: about 1 year ago
JSON representation

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)