Skip to content
Brannon Dorsey edited this page May 15, 2014 · 1 revision

Example Gallery

The Example Gallery, a linked page served locally via ofSketch, would provide easy browsing and hacking of examples bundled with openFrameworks. Sketches on the gallery page would contain an image and a brief description of the example. Examples would be organized by their current folder structure inside of openFramework's examples/ directory.

This model could easily be extended to a Projects page for users to navigate the projects they create. This would keep a user from needing to use a file browser (which would of course remain available), and keep all workflow inside of ofSketch.

For this to work, all current examples would need to be modified to include a sketch folder with its code transformed to the ofSketch *.sketch standard. Also, a PNG + JSON file with project info would need to be included for use by the Example Gallery page.

Clone this wiki locally