Skip to content

Instantly share code, notes, and snippets.

@j3ffgray
Last active February 19, 2016 23:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save j3ffgray/174e0764ebbb6dbea480 to your computer and use it in GitHub Desktop.
Save j3ffgray/174e0764ebbb6dbea480 to your computer and use it in GitHub Desktop.
Example README.md for openFrameworks Examples Documentation

#About advancedGraphicsExample

Screenshot of advancedGraphicsExample

Learning Objectives

This example demonstrates how to list all files in a directory and how how to access them.

In the code, pay attention to:

  • filtering the files by enabling certain file extensions
  • storing images to a vector from an ofDirectory object

Expected Behavior

When launching this app, you should see a screen with a list of images on the left side and a preview with usage instructions next to it.

Instructions for use:

  • Tap the device to show the next image in the list

###Other classes used in this file

This Example uses the following classes:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment