Skip to content

Micket/gears

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gears

Quick and ports of glxgears into different frameworks. Made for testing and learning. Rough ports, missing features and things not working.

Compiled with e.g.

gcc -O2 -lGL -lm -lEGL -lX11 eglgears.c -o eglgears

gcc -O2 -lGL -lm -lglfw glfwgears.c -o glfwgears

gcc -O2 -lGL -lm -lSDL2 sdl2gears.c -o sdl2gears

Notes

Controlling EGL device in different frameworks;

export SDL_HINT_EGL_DEVICE=x
export VTK_EGL_DEVICE_INDEX=x

No support of EGLDevice GLFW?

About

Rough ports of glxgears into other frameworks for testing and learning

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages