ported the University CGI demo from WINDOWS + GLUT + GLEW + GLU + OpenGL 4 to LINUX WAYLAND + EGL + GLES 2 with minimal cuts

This commit is contained in:
beno
2025-07-03 01:26:25 +02:00
commit 6c125fb35e
85 changed files with 91688 additions and 0 deletions

17
README Normal file
View File

@@ -0,0 +1,17 @@
special thanks to
https://gist.github.com/lmarz/1059f7c4101a15e2a04d6991d7b7b3d1
which provided a minimal example, allowing me to shorten the suffering of skimming through the shitty wayland documentation
INSTALL:
run "./generate_sources.sh"
will generate the wayland headers and sources needed by the program
the generated files will be in "./wlroot_objects"
run "make"
will imports a bunch of definitions from "external.mk"
then will run "./wlroot_objects/Makefile"
and finally ends the build process with its own jobs