You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@
5
5
-[Direct install from Web](#direct-install-from-web)
6
6
-[Runing test application](#runing-test-application)
7
7
-[Compiling application](#compiling-application)
8
-
-[Generating ImPlot binding for development](#generating-implot-binding-for-development)
8
+
-[Generating ImPlot bindings for development](#generating-implot-bindings-for-development)
9
9
-[Development](#development)
10
10
-[Tools info](#tools-info)
11
11
-[Example gallery written in Nim language](#example-gallery-written-in-nim-language)
@@ -20,10 +20,10 @@
20
20
21
21
---
22
22
23
-
Note: This project is highly under constructions at this moment.
23
+
[ImPlot ](https://github.com/epezent/implot) is an immediate mode, GPU accelerated plotting library for [Dear ImGui](https://github.com/ocornut/imgui).
24
24
25
25
1. This project uses the modified generator that derived from the achievement of [Nimgl/imgui](https://github.com/nimgl/imgui) and [nimgl-imgui](https://github.com/daniel-j/nimgl-imgui)(forked).
26
-
1. This project also uses [nim-imgui (ImGui v1.89.9)](https://github.com/dinau/nimgl-imgui) derived from [Nimgl/imgui](https://github.com/nimgl/imgui) and [nimgl-imgui](https://github.com/daniel-j/nimgl-imgui)(forked).
26
+
1. This project also uses ImGui library ([nim-imgui (ImGui v1.89.9 latest)](https://github.com/dinau/nimgl-imgui)) derived from [Nimgl/imgui](https://github.com/nimgl/imgui) and [nimgl-imgui](https://github.com/daniel-j/nimgl-imgui)(forked).
27
27
28
28
### Direct install from Web
29
29
@@ -49,7 +49,7 @@ Test source: [examples/ImPlotDemo.nim](examples/ImPlotDemo.nim)
49
49
50
50
---
51
51
52
-
It must be used **cpp** backend at compilation for example,
52
+
It has to be used **cpp** backend at compilation for example,
53
53
54
54
```sh
55
55
pwd
@@ -60,7 +60,7 @@ nim cpp -r ImPlotDemo.nim
60
60
61
61
**Note**: **C** backend is not supported.
62
62
63
-
### Generating ImPlot binding for development
63
+
### Generating ImPlot bindings for development
64
64
65
65
---
66
66
@@ -117,7 +117,7 @@ It is currently being developed and tested on
0 commit comments