Generate a grid based on user input.
Requirements:
cmake(on Mac, runbrew install cmake)
- Run
make all. - Run
make run.
- All your changes should be in the
srcdirectory. - You should only need to run
make allonce to build GLFW and GLEW. - To build the
src, runmake src. - Running
make runwill also buildsrcand execute the resulting file.
-
vertexfolder doesn't make sense - condense the
vendorfolder
- https://docs.gl
- IO -> https://www.glfw.org/docs/latest/group__input.html
- https://github.com/erkkah/tigr for API inspiration
- https://www.raylib.com/cheatsheet/cheatsheet.html for API inspiration