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.
|
|
|
|
|
2020-08-03 19:52:45 +00:00
|
|
|
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.
|