No description
a747fa2d91
- Copied the trick from imgui-rs to notice if a begin() is left unmatched - Changed plot_line to be a struct, but might go away from that again. Initial idea was to add things like setting markers and colors to this as struct methods, but it seems this will lead to lots of code overhead compared to the pushing and popping stylevars approach taken in the C++ implementation. |
||
---|---|---|
implot-sys | ||
implot-sys-bindgen | ||
src | ||
testexample | ||
.gitattributes | ||
.gitignore | ||
.gitmodules | ||
Cargo.toml | ||
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.
At this point, raw bindings are working in implot-sys, and there is a test example (just an adapted version of imgui-rs' example) that calls into them for trying things out. More idiomatic bindings will be built next.