An open API service indexing awesome lists of open source software.

https://github.com/jasonliang-dev/tiny-batch-renderer

A tiny batch renderer with OpenGL
https://github.com/jasonliang-dev/tiny-batch-renderer

c glfw opengl stb

Last synced: 6 months ago
JSON representation

A tiny batch renderer with OpenGL

Awesome Lists containing this project

README

          

# A Tiny OpenGL 2D Batch Renderer

The full source code mentioned my article: [A Tiny OpenGL 2D Batch Renderer](https://jasonliang.js.org/batch-renderer.html).

Download [CMake](https://cmake.org/). In this repository, run:

```
mkdir build && cd build
cmake ..
cmake --build .
```