-
Couldn't load subscription status.
- Fork 86
Description
This is not an issue, I'm just unsure where to post this. Feel free to move it.
First of all, congratulations on the release of sdl2-2.0.0. We have some really nice improvements here.
I would like to talk about the state of the various SDL2 sub-libraries.
So far the most used ones are:
- sdl2_image
- sdl2_ttf
- sdl2_mixer
- sdl2_net
- sdl2_gfx
There are existing wrappers for those ones. Some are not on Hackage, some are but relies on sdl2-1.3.1.
And so on. Some work have been started, for example by @sbidin, he updated his libs to work with the current version of sdl2.
I'm not sure what is the best way to deal with this, like contacting old library mainteners or starting doing them on our own. They should have the same treatment that you guys did for the sdl2 one. I think it would be awesome to have those wrappers inside haskell-game and Hackage.
Please tell me what do you guys think about this.
I am willing to help doing them.