From e0ad0e892e4a95379f3418b2a7d67637765aff13 Mon Sep 17 00:00:00 2001 From: 4bb4 <67376761+4bb4@users.noreply.github.com> Date: Sun, 4 Oct 2020 14:53:29 +0200 Subject: [PATCH] README update to note the 0.7 branch --- README.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b035523..420cffd 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,7 @@ One can still use it as a dependency directly from Git if desired, for example u ``` implot = { git = "https://github.com/4bb4/implot-rs/", rev = "your_favourite_commit" } ``` +This is a work in progress. See the "Status" section below for notes on what is already built. ![demo](demo.png) @@ -38,7 +39,7 @@ This repo tries to follow the approaches and style used in `imgui-rs` somewhat c because implot is to be used within imgui programs, and hence keeping the interfaces and design philosophies close should make it easier to do that. -If you spot any design inconsistencies or papercuts, feel free to open an issue. +If you spot any design inconsistencies or paper cuts, feel free to open an issue. ## Status Currently a work in progress. The author is open to collaboration, if you'd like to @@ -49,7 +50,11 @@ Once there are actual releases on crates.io, semantic versioning will be followe At this point, raw bindings are working in implot-sys, and more idiomatic interfaces for plot creation as well a subset of the functionality for plots are implemented. -See below for an overview of the progress. +The master branch points to roughly implot 0.3, and a checklist of what is already +implemented is shown below. Work is ongoing to move to implot 0.7 in the branch +named `update-to-cimplot-0.7`. The latter branch is buildable, but work on wrapping +the newly explicit contexts is not done yet, which is why it has not been merged into +master yet. - [x] "BeginPlot" - [x] Basic hello world