浏览代码

add screenshots folder.

SakiKawasaki 4 年之前
父节点
当前提交
371453ec7d
共有 6 个文件被更改,包括 8 次插入1 次删除
  1. 8 1
      README.md
  2. 二进制
      screenshots/1.png
  3. 二进制
      screenshots/2.png
  4. 二进制
      screenshots/3.png
  5. 二进制
      screenshots/4.png
  6. 二进制
      screenshots/5.png

+ 8 - 1
README.md

@@ -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
+[![Hello world example](https://github.com/Ethosa/nodesnim/blob/master/screenshots/1.png)](https://github.com/Ethosa/nodesnim/blob/master/examples/hello_world)  
+[![Calculator example](https://github.com/Ethosa/nodesnim/blob/master/screenshots/2.png)](https://github.com/Ethosa/nodesnim/blob/master/examples/calculator)  
+[![Snake game example](https://github.com/Ethosa/nodesnim/blob/master/screenshots/3.png)](https://github.com/Ethosa/nodesnim/blob/master/examples/novel)  
+[![Screensaver example](https://github.com/Ethosa/nodesnim/blob/master/screenshots/4.png)](https://github.com/Ethosa/nodesnim/blob/master/examples/snake)  
+[![Novel game example](https://github.com/Ethosa/nodesnim/blob/master/screenshots/5.png)](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

二进制
screenshots/1.png


二进制
screenshots/2.png


二进制
screenshots/3.png


二进制
screenshots/4.png


二进制
screenshots/5.png