Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 273 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 273 Bytes

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.