You found the examples! This sample code provides you simple, bite-sized examples for core classes and base addons that come with openFrameworks. Listed below are the primary categories the examples are organized into.
- 3D
- Android
- Communication
- Computer Vision
- Events
- OpenGL
- OpenGLES
- Graphics
- GUI
- Input / Output
- iOS
- Math
- Shader
- Sound
- Strings
- tvOS
- Templates
- Threads
- Windowing
- Video
Each of these categories contains examples primarily built to showcase an element of openFrameworks around that topic. Examples are meant to be as simple as possible, helping you understand how to implement either a function/method within the openFrameworks, or elaborate on an existing algorithm. Useful categories to get started might include:
A storehouse of interesting, whimsical, and utilitarian approaches to drawing things on screen in your openFrameworks application. Examples here range from drawing simple shapes, rendering text with fonts, and setting color and blending modes.
Learn how to load files, data, and settings into your applications. Furthermore, learn how to take that fun interaction you made and export it in an interesting way.
Have an elegant example or straight-forward snippet of code that explains a functionality of openFrameworks that doesn't yet exist? Perhaps you want to elaborate on the documentation, inline comments, or README? Come join us in making these examples as useful as possible.