imgui-rs/README.markdown
2015-08-20 18:57:20 +03:00

19 lines
445 B
Markdown

# imgui-rs: Rust bindings for ImGui
**Ultra hyper turbo cyber mega extra über experimental!!!**
## Compiling and running the demo
git clone https://github.com/Gekkio/imgui-rs
cd imgui-rs
git submodule update --init --recursive
cargo test
target/debug/test_window
## License
imgui-rs is licensed under the MIT license.
Uses [ImGui](https://github.com/ocornut/imgui) and [cimgui](https://github.com/Extrawurst/cimgui).