The full source code mentioned my article: A Tiny OpenGL 2D Batch Renderer.
Download CMake. In this repository, run:
mkdir build && cd build
cmake ..
cmake --build .
The full source code mentioned my article: A Tiny OpenGL 2D Batch Renderer.
Download CMake. In this repository, run:
mkdir build && cd build
cmake ..
cmake --build .