hsSDL2 icon indicating copy to clipboard operation
hsSDL2 copied to clipboard

Results 7 hsSDL2 issues
Sort by recently updated
recently updated
newest added

The problem: when writing a HsSDL2 code that uses OpenGL, no GL update gets displayed after a few frames. Tha cause is that currently glContext is a ForeignPtr, which has...

When trying to compile `Test.hs`: ``` [1 of 1] Compiling Main ( test.hs, test.o ) test.hs:17:18: Not in scope: `setVideoMode' test.hs:17:43: Not in scope: data constructor `SWSurface' test.hs:18:8: Not in...

Just wanted to leave this here if anyone's interested in helping: http://www.ferzkopp.net/joomla/content/view/19/14/ This library provides some more advanced drawing capabilities to SDL2 and I think this if really necessary because...

Calls such as `error "Failed to create rendering context"` could be improved by saying _why_.

At least on Mac, events aren't working properly when SDL2 code is being run from GHCi. I'm not sure why.

bug