blob: 561480d8165a9e7b927aa3ab832fdab34ada18fc (
plain)
1
2
3
4
5
6
7
8
9
10
|
This library provides C++11 bindings/wrapper over a subset of SDL2
functions with extra features proided with modern C++ such as:
* RAII-style initialization and destruction
* Full error checking: exception is thrown if any SDL function
fails. Exception itself allows to retrieve SDL error string
* C++11 move semantics support, which allow you to store SDL objects
in containers and pass/return them by value with no overhead
WWW: https://github.com/libSDL2pp/libSDL2pp
|