index
:
pugl
master
Personal pugl branch for bug fixes and opening up to allow other render backends
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
examples
Age
Commit message (
Expand
)
Author
2020-03-16
Window Demo: Only redisplay on update when running continuously
David Robillard
2020-03-15
Unify event loop functions as puglUpdate()
David Robillard
2020-03-15
Add type and flags to world
David Robillard
2020-03-15
Print events in Cairo demo
David Robillard
2020-03-15
Remove static data from Cairo demo
David Robillard
2020-03-13
Strengthen warnings
David Robillard
2020-03-09
GL3 Demo: Set up and tear down GL on PUGL_CREATE and PUGL_DESTROY
David Robillard
2020-03-09
GL3 Demo: Factor out GL setup and teardown
David Robillard
2020-03-09
Window Demo: Fix updating when not runnning continuously
David Robillard
2020-03-09
Cleanup: Remove unnecessary includes
David Robillard
2020-03-08
Add vsync command line options to demos
David Robillard
2020-03-08
Embed Demo: Simplify FPS counter
David Robillard
2020-03-08
Embed Demo: Only redisplay on input when not running continuously
David Robillard
2020-03-08
Add multiple window example
David Robillard
2020-03-08
Factor out cube drawing
David Robillard
2020-03-08
Move demo programs to examples directory
David Robillard