Skip to content

Latest commit

 

History

History
22 lines (12 loc) · 455 Bytes

README.md

File metadata and controls

22 lines (12 loc) · 455 Bytes

glsl-grid

Infinite grid using opengl 3.3, glsl, and sokol_gfx. Based on this article: How to make an infinite grid.

Building

You will need meson to build this project.

Build

meson build
meson compile -C build

License

The code in this repository is licensed under CC0.

Licenses for the included libraries are in their respective folders in 'include'.