Is anyone currently working on SDL2 FFI ?
Hello everyone, I was wondering if anyone is currently working on SDL2 FFI. I really need that library and I'm willing to contribute to the work, but I can't currently spare enough time to start it from scratch(it's very big library). I know we have OpenGL and GLFW bindings and gloss for 2D stuff etc. but for several reasons I want this particular library. (just wanted to make this clear because I presume people point me alternatives otherwise :-) ) Thanks, --- Ömer Sinan Ağacan http://osa1.net
good question! you should ask on #haskell-game(s?) irc channel, i'd be surprised if no one is working on it. On Sun, Dec 8, 2013 at 7:05 PM, Ömer Sinan Ağacan <omeragacan@gmail.com>wrote:
Hello everyone,
I was wondering if anyone is currently working on SDL2 FFI. I really need that library and I'm willing to contribute to the work, but I can't currently spare enough time to start it from scratch(it's very big library).
I know we have OpenGL and GLFW bindings and gloss for 2D stuff etc. but for several reasons I want this particular library. (just wanted to make this clear because I presume people point me alternatives otherwise :-) )
Thanks,
--- Ömer Sinan Ağacan http://osa1.net _______________________________________________ Haskell-Cafe mailing list Haskell-Cafe@haskell.org http://www.haskell.org/mailman/listinfo/haskell-cafe
As far as I know Lemmih and Oliver Charles are working on it: https://github.com/Lemmih/hsSDL2 Me and another guy recently revamped its bindings for SFML 2.x, and created and organisation for it: https://github.com/SFML-haskell Feel free to browse and stop by. I hope I satisfied your thirst for bindings :) Alfredo On 9 December 2013 00:08, Carter Schonwald <carter.schonwald@gmail.com>wrote:
good question! you should ask on #haskell-game(s?) irc channel, i'd be surprised if no one is working on it.
On Sun, Dec 8, 2013 at 7:05 PM, Ömer Sinan Ağacan <omeragacan@gmail.com>wrote:
Hello everyone,
I was wondering if anyone is currently working on SDL2 FFI. I really need that library and I'm willing to contribute to the work, but I can't currently spare enough time to start it from scratch(it's very big library).
I know we have OpenGL and GLFW bindings and gloss for 2D stuff etc. but for several reasons I want this particular library. (just wanted to make this clear because I presume people point me alternatives otherwise :-) )
Thanks,
--- Ömer Sinan Ağacan http://osa1.net _______________________________________________ Haskell-Cafe mailing list Haskell-Cafe@haskell.org http://www.haskell.org/mailman/listinfo/haskell-cafe
_______________________________________________ Haskell-Cafe mailing list Haskell-Cafe@haskell.org http://www.haskell.org/mailman/listinfo/haskell-cafe
On 12/09/2013 08:30 AM, Alfredo Di Napoli wrote:
As far as I know Lemmih and Oliver Charles are working on it:
That's right, though recently I don't think there has been much activity. I need to touch base with David and see where we stand, and whether we should just release it as-is and let people report issues for the important bindings that are missing. - ocharles
Thank you everyone. Oliver, I want to get involved in hsSDL2 development. In fact, I just sent my first pull request and I'll send lots of others too(starting from TTF extension). Can you also include me in your discussions about future of hsSDL2 ? --- Ömer Sinan Ağacan http://osa1.net 2013/12/9 Oliver Charles <ollie@ocharles.org.uk>:
On 12/09/2013 08:30 AM, Alfredo Di Napoli wrote:
As far as I know Lemmih and Oliver Charles are working on it:
That's right, though recently I don't think there has been much activity. I need to touch base with David and see where we stand, and whether we should just release it as-is and let people report issues for the important bindings that are missing.
- ocharles
_______________________________________________ Haskell-Cafe mailing list Haskell-Cafe@haskell.org http://www.haskell.org/mailman/listinfo/haskell-cafe
participants (4)
-
Alfredo Di Napoli -
Carter Schonwald -
Oliver Charles -
Ömer Sinan Ağacan