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
King_DuckZ 4348e960c3 Add meson file for OpenGLExample 4 years ago
..
assets completed SDL2 / OpenGL example project 8 years ago
cmake/modules fix typo in FindTMXLITE.cmake 8 years ago
src closes #11 8 years ago
CMakeLists.txt add creating quads for layers and test rendering 8 years ago
meson.build Add meson file for OpenGLExample 4 years ago
readme.md add creating quads for layers and test rendering 8 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