Skip to content

Commit af41a65

Browse files
committed
README.md
1 parent 4d245ed commit af41a65

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
- [Direct install from Web](#direct-install-from-web)
66
- [Runing test application](#runing-test-application)
77
- [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)
99
- [Development](#development)
1010
- [Tools info](#tools-info)
1111
- [Example gallery written in Nim language](#example-gallery-written-in-nim-language)
@@ -20,10 +20,10 @@
2020

2121
---
2222

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).
2424

2525
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).
2727

2828
### Direct install from Web
2929

@@ -49,7 +49,7 @@ Test source: [examples/ImPlotDemo.nim](examples/ImPlotDemo.nim)
4949

5050
---
5151

52-
It must be used **cpp** backend at compilation for example,
52+
It has to be used **cpp** backend at compilation for example,
5353

5454
```sh
5555
pwd
@@ -60,7 +60,7 @@ nim cpp -r ImPlotDemo.nim
6060

6161
**Note**: **C** backend is not supported.
6262

63-
### Generating ImPlot binding for development
63+
### Generating ImPlot bindings for development
6464

6565
---
6666

@@ -117,7 +117,7 @@ It is currently being developed and tested on
117117
- [examples/ScatterPlots.nim](examples/ScatterPlots.nim)
118118
![alt](img/ScatterPlots.png)
119119

120-
- [examples/RealtimePlots.nim](examples/RealtimePlots.nim) ( It. dosn't work well.)
120+
- [examples/RealtimePlots.nim](examples/RealtimePlots.nim) ( It dosn't work well.)
121121
![alt](img/RealtimePlots.png)
122122

123123
- [examples/StairstepPlots.nim](examples/StairstepPlots.nim)
@@ -147,8 +147,8 @@ It is currently being developed and tested on
147147
- [examples/HeatMaps.nim](examples/HeatMaps.nim)
148148
![alt](img/HeatMaps.png)
149149

150-
- [examples/HistoGram.nim](examples/HistoGram.nim)
151-
![alt](img/HistoGram.png)
150+
- [examples/Histogram.nim](examples/Histogram.nim)
151+
![alt](img/Histogram.png)
152152

153153
- [examples/DigitalPlots.nim](examples/DigitalPlots.nim)
154154
![alt](img/DigitalPlots.png)

0 commit comments

Comments
 (0)