Commit Graph

6 Commits

Author SHA1 Message Date
d65bb8ad0a
Add new demo application template. 2023-07-28 22:37:49 +03:00
8e2db62e56 Add a very simple matrix class. 2023-06-30 19:57:04 +03:00
d72a07354a We are going real old school GL. 2023-06-30 19:35:24 +03:00
1297365b38 Add missing stuff. 2023-06-30 16:34:16 +03:00
fe71028573 Add GL_UNSIGNED_INT 2023-06-29 10:37:23 +03:00
a50650e54a Create custom OpenGL bindings.
This removes the hard dependency on OpenTK for a core component of QUIK.
Although not all environments are going to be using OpenGL, having it be
independent from a vendor library would be more benefitial for more
people.
2023-06-22 23:11:32 +03:00