|
@@ -72,7 +72,6 @@ This section contains links to documentation for all nodes.
|
|
|
|
|
|
|
|
|
|
|
|
-
|
|
|
## Debug mode
|
|
|
For use debug mode you should compile with `-d:debug` or `--define:debug`, e.g. `nim c -r -d:debug main.nim`.
|
|
|
|
|
@@ -83,6 +82,13 @@ Use the [`Nim compiler user guide`](https://nim-lang.org/docs/nimc.html#dynlibov
|
|
|
- `nim c -d:mingw -d:release --opt:speed --noNimblePath file.nim`
|
|
|
- put Runtime binaries in the folder with the program.
|
|
|
|
|
|
+## Screenshots
|
|
|
+[](https://github.com/Ethosa/nodesnim/blob/master/examples/hello_world)
|
|
|
+[](https://github.com/Ethosa/nodesnim/blob/master/examples/calculator)
|
|
|
+[](https://github.com/Ethosa/nodesnim/blob/master/examples/novel)
|
|
|
+[](https://github.com/Ethosa/nodesnim/blob/master/examples/snake)
|
|
|
+[](https://github.com/Ethosa/nodesnim/blob/master/examples/screensaver)
|
|
|
+
|
|
|
|
|
|
## F.A.Q
|
|
|
*Q*: Where can I see examples?
|
|
@@ -92,6 +98,7 @@ Use the [`Nim compiler user guide`](https://nim-lang.org/docs/nimc.html#dynlibov
|
|
|
*A*: You can read docs [here](https://ethosa.github.io/nodesnim/nodesnim.html)
|
|
|
|
|
|
|
|
|
+
|
|
|
[Anchor]:https://ethosa.github.io/nodesnim/nodesnim/core/anchor.html
|
|
|
[Color]:https://ethosa.github.io/nodesnim/nodesnim/core/color.html
|
|
|
[clrtext]:https://ethosa.github.io/nodesnim/nodesnim/core/color_text.html
|