Skip to content

Commit

Permalink
Add gdkgears test
Browse files Browse the repository at this point in the history
This is a version of the traditional glxgears app that uses
the gdk gl integration for the setup and integration.
It also has some extra features like an animated gtk
widget (spinner) that is synced with the gl drawing,
and support for multiple instances of the gears.
  • Loading branch information
alexlarsson committed Sep 4, 2014
1 parent 06fcaa2 commit a4f9d20
Show file tree
Hide file tree
Showing 2 changed files with 635 additions and 0 deletions.
1 change: 1 addition & 0 deletions tests/Makefile.am
Expand Up @@ -150,6 +150,7 @@ noinst_PROGRAMS = $(TEST_PROGS) \
testactionbar \
testwindowsize \
testpopover \
gdkgears \
$(NULL)

if USE_X11
Expand Down

0 comments on commit a4f9d20

Please sign in to comment.