Merge pull request #48 from barcharcraz/master

added assimp wrapper
This commit is contained in:
Billingsly Wetherfordshire 2014-03-09 00:47:53 -06:00
commit 0e67c8c8aa

View File

@ -533,4 +533,22 @@
"web":"https://github.com/nimrod-code/sdl2"
},
{
"name":"assimp",
"url":"git://github.com/barcharcraz/nim-assimp",
"method":"git",
"tags":["wrapper","media","mesh","import","game"],
"description":"Wrapper for the assimp library",
"license":"MIT",
"web":"https://github.com/barcharcraz/nim-assimp"
},
{
"name":"freeimage",
"url":"git://github.com/barcharcraz/nim-freeimage",
"method":"git",
"tags":["wrapper","media","image","import","game"],
"description":"Wrapper for the FreeImage library",
"license":"MIT",
"web":"https://github.com/barcharcraz/nim-freeimage"
},
]