Skip to content

elecro/glesdemos

Repository files navigation

Minimal Open GL/ES examples

Ubuntu packages: libglfw3-dev, libglm-dev

$ cmake -Bbuild -H.
$ make -C build

Using system GLFW

$ cmake -Bbuild -H. -DUSE_SYSTEM_GLFW=1

gles_glfw

Base code to create an OpenGL ES context and window with glfw.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published