2013-03-18 12:09:54 +01:00
|
|
|
[openFrameworks](http://openframeworks.cc/) | [Documentation table of contents](table_of_contents.md)
|
|
|
|
|
|
2013-03-17 00:36:38 +01:00
|
|
|
Apps and Examples
|
|
|
|
|
=================
|
|
|
|
|
|
|
|
|
|
Examples
|
|
|
|
|
--------
|
2013-03-17 17:34:18 +01:00
|
|
|
Examples are now located in the root of oF at `examples/`.
|
2013-03-17 00:36:38 +01:00
|
|
|
This folder will remain as a place to work on your own apps.
|
|
|
|
|
|
2013-03-17 17:34:18 +01:00
|
|
|
Hierarchy
|
|
|
|
|
---------
|
|
|
|
|
Just remember projects in `apps/` still need to be two levels deep.
|
2013-03-17 00:36:38 +01:00
|
|
|
|
2013-03-17 17:34:18 +01:00
|
|
|
apps/
|
2013-03-18 12:11:33 +01:00
|
|
|
mySoundApp/
|
2013-03-17 00:36:38 +01:00
|
|
|
|
|
|
|
|
will not work
|
|
|
|
|
|
2013-03-17 17:34:18 +01:00
|
|
|
apps/
|
2013-03-18 12:11:33 +01:00
|
|
|
soundApps/
|
|
|
|
|
mySoundApp/
|
|
|
|
|
miscApps/
|
|
|
|
|
experiments/
|
2013-03-17 00:36:38 +01:00
|
|
|
|
|
|
|
|
will work
|