Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Rapptz/gum
Thin C++11 SDL 2 wrapper with other nice things.
https://github.com/Rapptz/gum
Last synced: about 1 month ago
JSON representation
Thin C++11 SDL 2 wrapper with other nice things.
- Host: GitHub
- URL: https://github.com/Rapptz/gum
- Owner: Rapptz
- License: other
- Created: 2014-08-31T21:27:46.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2017-10-03T06:03:33.000Z (about 7 years ago)
- Last Synced: 2024-07-26T12:46:50.018Z (5 months ago)
- Language: C++
- Homepage:
- Size: 170 KB
- Stars: 15
- Watchers: 7
- Forks: 2
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome - Rapptz/gum - Thin C++11 SDL 2 wrapper with other nice things. (C/C++ / Multimedia)
README
## Gum
`gum` is currently a result of me experimenting with SDL. It aims to wrap most of the SDL API in an easy to
use C++11 interface. Note that this wrapper is a very thin wrapper. There should be very little differences in terms of
performance between using the wrapper and the API calls directly. Documentation is an on-going thing, as is the actual
interface.`gum` is currently header only. So there's no build step. The only thing needed to build at the moment is just SDL2. Versions
lower than SDL2 are not explicitly supported.You can find a list of things to do under the [issue tracker][issue].
[issue]: https://github.com/Rapptz/gum/issues?q=is%3Aissue+is%3Aopen+milestone%3A%221.0.0%22
## License
`gum` is licensed with the zlib license similar to SDL 2.