mirror of
https://github.com/logos-messaging/packages.git
synced 2026-01-03 22:53:10 +00:00
Added SDL gamelib (#416)
* Added gamelib * Fixed spelling and changes tabs to spaces
This commit is contained in:
parent
7b79adc3e5
commit
ddbb341415
@ -843,6 +843,19 @@
|
|||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"web": "https://github.com/nim-lang/sdl2"
|
"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 loosely coupled so that individual parts can be used separately.",
|
||||||
|
"license": "MIT",
|
||||||
|
"web": "https://github.com/PMunch/SDLGamelib"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "sdl2_nim",
|
"name": "sdl2_nim",
|
||||||
"url": "https://github.com/Vladar4/sdl2_nim",
|
"url": "https://github.com/Vladar4/sdl2_nim",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user