The latest version of sdl2 is 2.5.5.0-1.
sdl2
Version 2.0.0 revision 0 uploaded by OliverCharles.
Package meta
- Synopsis
- Both high- and low-level bindings to the SDL library (version 2.0.3).
- Description
This package contains bindings to the SDL 2 library, in both high- and low-level forms:
The SDL namespace contains high-level bindings, where enumerations are split into sum types, and we perform automatic error-checking.
The SDL.Raw namespace contains an almost 1-1 translation of the C API into Haskell FFI calls. As such, this does not contain sum types nor error checking. Thus this namespace is suitable for building your own abstraction over SDL, but is not recommended for day-to-day programming.
- Author
- Gabríel Arthúr Pétursson, Oliver Charles
- Bug reports
- n/a
- Category
- Graphics
- Copyright
- Copyright © 2013, 2014 Gabríel Arthúr Pétursson
- Homepage
- n/a
- Maintainer
- gabriel@system.is, ollie@ocharles.org.uk
- Package URL
- n/a
- Stability
- n/a
Components
- lib:sdl2
- exe:audio-example
- exe:lazyfoo-lesson-01
- exe:lazyfoo-lesson-02
- exe:lazyfoo-lesson-03
- exe:lazyfoo-lesson-04
- exe:lazyfoo-lesson-05
- exe:lazyfoo-lesson-07
- exe:lazyfoo-lesson-08
- exe:lazyfoo-lesson-09
- exe:lazyfoo-lesson-10
- exe:lazyfoo-lesson-11
- exe:lazyfoo-lesson-12
- exe:lazyfoo-lesson-13
- exe:lazyfoo-lesson-14
- exe:lazyfoo-lesson-15
- exe:lazyfoo-lesson-17
- exe:lazyfoo-lesson-18
- exe:lazyfoo-lesson-19
- exe:lazyfoo-lesson-20
- exe:lazyfoo-lesson-43
- exe:twinklebear-lesson-01
- exe:twinklebear-lesson-02
- exe:twinklebear-lesson-04
- exe:twinklebear-lesson-04a
- exe:twinklebear-lesson-05