implot-rs/README.md

11 lines
416 B
Markdown
Raw Normal View History

2020-07-01 17:41:31 +00:00
# implot-rs
2020-07-01 19:50:14 +00:00
🚧 **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.