-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Examples Text Overlay Guide
Jeff Gray edited this page Feb 20, 2016
·
2 revisions
Return to Example Process Flow
This document provides information for creating consistent overlay text in openFrameworks example code.
- Template: Text Overlay Gist Template
- Examples: easyCamExample
Things to consider when implementing Text Overlays:
- The overlay should be visible upon example start, and toggled off with the key h.
- Applications that take specific keyboard and/or mouse input should say so when you open up the application.
- The FPS (frames per second) should be listed at the top of this info as well.
- All other info should follow this format:
- (input) : result
- (RIGHT MOUSE BUTTON DRAG): move over z axis.
- (h): Toggle help.