mirror of https://github.com/fallahn/tmxlite.git
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
90b15af847
fix SDL2 example build on gcc |
8 months ago | |
---|---|---|
.. | ||
assets | 8 months ago | |
cmake/modules | 8 months ago | |
src | 8 months ago | |
CMakeLists.txt | 8 months ago | |
SDL2Example.vcxproj | 8 months ago | |
SDL2Example.vcxproj.filters | 8 months ago | |
readme.md | 8 months ago |
readme.md
SDL2 Example
Test program demonstrating how one may possibly implement an orthogonal map renderer using SDL2.
Note that this example provides very basic rendering, and does not support all the features supported by tmxlite, such as tile flipping/rotation or tilesets which are created as a collection of images.
It also uses C++ rather than plain C.