mjrosenb / sdl2-ttf

All credit be to @osa1 and friends for their initial effort!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

sdl2-ttf

Haskell bindings for the True Type Font library for SDL.

I am not the original author of this library, credit for that goes to @osa1 and friends. Their version was dependent on a different implementation of Haskell SDL2 bindings. My needs were different as I am using the sdl2 package from Hackage.

I could not find a suitable sdl2-ttf library so I forked the hsSDL2-ttf implementation and here we are.

Tests and further functionality will be added over time.

This is pretty much an alpha release. :<

Hopefully it will be considered good enough to go up on hackage!

Pull requests, suggestions, advice, feature requests are all invited!

About

All credit be to @osa1 and friends for their initial effort!

License:MIT License


Languages

Language:Haskell 89.3%Language:C 10.7%