Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ev1313/Pascal-SDL-2-Headers
These are the Pascal SDL 2 Headers.
https://github.com/ev1313/Pascal-SDL-2-Headers
Last synced: 3 months ago
JSON representation
These are the Pascal SDL 2 Headers.
- Host: GitHub
- URL: https://github.com/ev1313/Pascal-SDL-2-Headers
- Owner: ev1313
- License: mpl-2.0
- Created: 2013-03-21T18:17:19.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2020-11-08T20:27:13.000Z (about 4 years ago)
- Last Synced: 2024-08-02T08:09:45.078Z (6 months ago)
- Language: C++
- Homepage:
- Size: 1.01 MB
- Stars: 113
- Watchers: 26
- Forks: 48
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-sdl - Pascal SDL 2
README
# Pascal-SDL-2-Headers
These are the Pascal SDL 2 Headers.
## Installation
Just add the headers to your include path. Include sdl2.pas for the main SDL2 library (should be always needed). Furthermore headers for the other SDL2 libraries are provided:
- sdl2_image.pas
- sdl2_mixer.pas
- sdl2_net.pas
- sdl2_ttf.pas## Bugs / Contributions
If you have any contributions, feel free to drop a pull request or send in a patch.
Same goes for bugs, please use the github issue tracker.
## License
You may license the Pascal SDL 2 Headers either with the MPL license or with the zlib license, both included.