Created Community Projects (markdown)

This commit is contained in:
fowlmouth 2012-10-23 13:15:58 -07:00
parent b9f8360e0d
commit 42e01f704c
1 changed files with 26 additions and 0 deletions

26
Community-Projects.md Normal file
View File

@ -0,0 +1,26 @@
## Networking
* ENet https://github.com/fowlmouth/nimrod-enet
## OpenGL/Game-related
* GLFW https://github.com/rafaelvasco/nimrod-glfw
* CSFML https://github.com/fowlmouth/nimrod-sfml
* NimGame https://github.com/Vladar4/nimgame
* OpenCL https://github.com/apriori/nimCL
## Physics
* Chipmunk https://github.com/fowlmouth/nimrod-chipmunk
## Web
* Jester https://github.com/dom96/jester
## Miscellaneous
* https://github.com/AdrianV/nimrod-tools
* https://github.com/exhu/nimrod-misc
* https://github.com/fowlmouth/nimlibs
* https://github.com/Schala/nimrod-modules
* Nake https://gist.github.com/3607822