Added gamelib

This commit is contained in:
Peter Munch-Ellingsen 2016-10-04 02:38:51 +02:00
parent 7b79adc3e5
commit 46753279dc

View File

@ -842,6 +842,19 @@
"description": "Wrapper for SDL 2.x",
"license": "MIT",
"web": "https://github.com/nim-lang/sdl2"
},
{
"name": "gamelib",
"url": "https://github.com/PMunch/SDLGamelib",
"method": "git",
"tags": [
"sdl",
"game",
"library"
],
"description": "A library of functions to make creating games using Nim and SDL2 easier. This does not intend to be a full blown engine and tries to keep all the components loosly coupled so that individual parts can be used separately.",
"license": "MIT",
"web": "https://github.com/PMunch/SDLGamelib"
},
{
"name": "sdl2_nim",