aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormatkuki <kukovecmatic@hotmail.com>2016-01-10 23:29:18 +0100
committermatkuki <kukovecmatic@hotmail.com>2016-01-10 23:29:18 +0100
commit59fb639e0132576df4b530f730a0a93ae9795237 (patch)
treedbc2c839586eac0ff635aaee854d7e7e2e54e204
parentd35f6f12ec617b9f235d0d7965dc45a4ae593720 (diff)
downloadpackages-59fb639e0132576df4b530f730a0a93ae9795237.tar.gz
packages-59fb639e0132576df4b530f730a0a93ae9795237.zip
added impulse_engine package
-rw-r--r--packages.json13
1 files changed, 13 insertions, 0 deletions
diff --git a/packages.json b/packages.json
index fb563ea..fb16f6b 100644
--- a/packages.json
+++ b/packages.json
@@ -3967,5 +3967,18 @@
"description": "Algebraic structures and related operations for Nim",
"license": "Apache2",
"web": "https://github.com/unicredit/emmy"
+ },
+ {
+ "name": "impulse_engine",
+ "url": "git://github.com/matkuki/Nim-Impulse-Engine",
+ "method": "git",
+ "tags": [
+ "physics",
+ "engine",
+ "2D"
+ ],
+ "description": "Nim port of a simple 2D physics engine",
+ "license": "zlib",
+ "web": "https://github.com/matkuki/Nim-Impulse-Engine"
}
]