https://github.com/joelburget/sdl2-gfx
Haskell bindings to SDL2_gfx
https://github.com/joelburget/sdl2-gfx
Last synced: 4 months ago
JSON representation
Haskell bindings to SDL2_gfx
- Host: GitHub
- URL: https://github.com/joelburget/sdl2-gfx
- Owner: joelburget
- License: bsd-3-clause
- Created: 2013-11-16T21:26:29.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-12-05T18:45:06.000Z (over 11 years ago)
- Last Synced: 2025-03-20T14:52:55.779Z (4 months ago)
- Language: Haskell
- Size: 145 KB
- Stars: 2
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: LICENSE
Awesome Lists containing this project
README
Haskell bindings to
[SDL2_gfx](http://www.ferzkopp.net/joomla/content/view/19/14/) which provides
"graphics drawing primitives and other support functions".Global installation:
runhaskell Setup.lhs configure
runhaskell Setup.lhs build
runhaskell Setup.lhs install # as rootLocal installation:
runhaskell Setup.lhs configure --prefix=[HOME]/usr --user
runhaskell Setup.lhs build
runhaskell Setup.lhs install --user # not as root