From 42e01f704c9bbfe8a62c5d85a45f0d26605003a3 Mon Sep 17 00:00:00 2001 From: fowlmouth Date: Tue, 23 Oct 2012 13:15:58 -0700 Subject: [PATCH] Created Community Projects (markdown) --- Community-Projects.md | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 Community-Projects.md diff --git a/Community-Projects.md b/Community-Projects.md new file mode 100644 index 0000000..bd8757b --- /dev/null +++ b/Community-Projects.md @@ -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 \ No newline at end of file