No description
Find a file
4bb4 c1ccb4eb6f Got initial unsafe bindings working. See comments.
- 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.
2020-08-01 18:28:17 +02:00
implot-sys Got initial unsafe bindings working. See comments. 2020-08-01 18:28:17 +02:00
testexample Got initial unsafe bindings working. See comments. 2020-08-01 18:28:17 +02:00
.gitignore Initial commit 2020-07-01 19:40:18 +02:00
.gitmodules Added submodule for cimplot and some build code 2020-07-02 21:15:22 +02:00
LICENSE Initial commit 2020-07-01 19:40:18 +02:00
README.md Update README.md 2020-07-01 21:50:14 +02:00

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.