This repository has been archived on 2026-05-22. You can view files and clone it, but cannot push or open issues or pull requests.
Files
toddcox-visualize-v0/readme.md
2018-12-12 02:21:06 -05:00

11 lines
230 B
Markdown

# OpenGL Application Template
A template and framework for building OpenGL applications in C++.
### Libraries:
* glad (OpenGL Bindings)
* glfw (Window and OpenGL Context Management)
* glm (Linear Algebra)
Requires CMake 3.10+