We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9fc9f58 commit 0b6b55aCopy full SHA for 0b6b55a
README.md
@@ -1,6 +1,6 @@
1
A simple C++ OpenGL wrapper library inspired by [Processing](https://processing.org).
2
3
-## features
+## Features
4
* orthographic and perspective projection
5
* window handling
6
* complete matrix handling
@@ -9,7 +9,7 @@ A simple C++ OpenGL wrapper library inspired by [Processing](https://processing.
9
10
Check [examples](https://github.com/flightcoded/fly-graphics/tree/master/examples).
11
12
-## dependencies
+## Dependencies
13
* [GLAD](https://glad.dav1d.de) (configured for OpenGL 3.3 Core)
14
* [GLFW](https://www.glfw.org)
15
* [GLM](https://github.com/g-truc/glm)
0 commit comments