opengl_x11

Playing with OpenGL
git clone git://bsandro.tech/opengl_x11
Log | Files | Refs | README | LICENSE

commit d9f9e2744eea45ae8c876faf0055bf3c673ec7f9
parent 00c137be510c733070cfcf3c0ea6b57d00e19b18
Author: bsandro <email@bsandro.tech>
Date:   Thu, 20 Nov 2025 21:31:54 +0200

fixed readme file

Diffstat:
MREADME | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/README b/README @@ -1,4 +1,7 @@ Just playing around with OpenGL on Linux. +Dependencies: +- cglm math library https://github.com/recp/cglm (in parent dir) + 'make run' to build and run one of the test programs. 'make main3' to build a highly optimized and minimized program with empty x11 window (only 1.5kb of size!)