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.
tmxlite/OpenGLExample
fallahn 102e88f262 bump minimum cmake version requirement
closes #162
4 weeks ago
..
assets completed SDL2 / OpenGL example project 9 years ago
cmake/modules fix typo in FindTMXLITE.cmake 9 years ago
src closes #11 8 years ago
CMakeLists.txt bump minimum cmake version requirement 4 weeks ago
meson.build Add meson file for OpenGLExample 4 years ago
readme.md add creating quads for layers and test rendering 9 years ago

readme.md

OpenGL Example

Test program demonstrating how one may possibly implement an orthogonal map renderer using OpenGL, provided by SDL2

Requires SDL2, SDL2_Image, OpenGL and GLM