aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Munch-Ellingsen <peterme@peterme.net>2016-10-04 02:38:51 +0200
committerPeter Munch-Ellingsen <peterme@peterme.net>2016-10-04 02:38:51 +0200
commit46753279dcf3b376cc1cbdccd6ed594ff3ad62fc (patch)
tree2fd8e2f6613102dac2c4a30e1769c56837bf0f8f
parent7b79adc3e5f616170aecfd9567b1ea2f56bb9fcd (diff)
downloadpackages-46753279dcf3b376cc1cbdccd6ed594ff3ad62fc.tar.gz
packages-46753279dcf3b376cc1cbdccd6ed594ff3ad62fc.zip
Added gamelib
-rw-r--r--packages.json13
1 files changed, 13 insertions, 0 deletions
diff --git a/packages.json b/packages.json
index 0984946..c302713 100644
--- a/packages.json
+++ b/packages.json
@@ -843,6 +843,19 @@
"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",
"url": "https://github.com/Vladar4/sdl2_nim",