No description
c1ccb4eb6f
- This now builds the bindings (still with cbindgen in build.rs, will change that in a bit) and links to them successfully. Everything currently points to the master branch at Gekkio/imgui-rs, because there has not been a release yet with the PR merged that exposes the defines in the sys crate. - I have now included a little demo crate that calls into the unsafe generated bindings as a proof of concept. Next there will need to be safe and more Rust-y bindings written around this, just like imgui-rs has them. |
||
---|---|---|
implot-sys | ||
testexample | ||
.gitignore | ||
.gitmodules | ||
LICENSE | ||
README.md |
implot-rs
🚧 Work in progress, check back later (or open an issue if you'd like to collaborate) 🚧
Initial attempt at creating Rust bindings for https://github.com/epezent/implot.