sdl2
sdl2 copied to clipboard
Haskell bindings to the SDL2 library
I'm looking at wrapping a c library and don't want to write 3000 lines of boring code, I've looked at other solutions, but they all seem to only add minor...
I think I've gotten bgamari to fix sdl compilation issues by adding stack protector support to Windows toolchain around 9.10.x, but sdl2 project seems to be planning to drop mingw...
This line https://github.com/haskell-game/sdl2/blame/master/sdl2.cabal#L168 was written twice already and perhaps it needs another tweak to work, because otherwise we get in https://github.com/haskell-game/sdl2/actions/runs/3732668333/jobs/6332423036#step:9:21 Missing (or bad) C libraries: SDL2, SDL2main, SDL2 I...
Currently it is at 2.0.8, the ubuntu "bionic" LTS-18. It reaches end of life this year and the next oldest active LTS is focal, with 2.0.10.
I have been learning Haskell for the last year on and off. I have never been able to get SDL.Mixer to play music stablily. It plays then randomly stops, or...
Hello everybody, thanks in advance for the attention. I am having a problem reading the plus key. I have tried different keyboards and the problem persists. I use the following...