v0.3 preparations (#648)

This commit is contained in:
Nikolay Igotti
2017-06-14 16:14:47 +03:00
committed by GitHub
parent 07c8404a5e
commit 0e8a1292a7
7 changed files with 51 additions and 23 deletions
+3
View File
@@ -13,9 +13,12 @@ without need to ship an additional execution runtime.
* `csvparser` - simple CSV file parser and analyzer
* `gitchurn` - program interoperating with `libgit2` for GIT repository analysis
* `libcurl` - using of FTP/HTTP/HTTPS client library `libcurl`
* `nonBlockingEchoServer` - multi-client TCP/IP echo server using co-routines
* `opengl` - OpenGL/GLUT teapot example
* `socket` - TCP/IP echo server
* `tensorflow` - simple client for TensorFlow Machine Intelligence library
* `tetris` - Tetris game implementation (using SDL2 for rendering)
* `win32` - trivial Win32 application
See `README.md` in each sample directory for more information and build instructions.