https://github.com/ojack/poliedro
https://github.com/ojack/poliedro
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/ojack/poliedro
- Owner: ojack
- Created: 2016-11-22T01:22:28.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-12-05T22:53:03.000Z (over 9 years ago)
- Last Synced: 2025-01-06T06:12:05.684Z (over 1 year ago)
- Language: C++
- Size: 37.9 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SFPC Fall 2016 Contours Project
### 1. Installing
In terminal navigate to your OpenFrameworks `of_v0.9.3_osx_release/apps` (not in `of_v0.9.3_osx_release/apps/myApps`)
run `git clone https://github.com/ofZach/sfpcContourProject.git`
### 2. Creating scenes
Navigate to the root directory of the project
run `./generateScene.sh YOUR_SCENE_NAME`
_Recommended_ to name your scene with the "name + Scene" convention, ie: `puppyScene`, `bubbleScene`
### 3. Adding scene to XCode project
Drag and drop the scene into the XCode project
*Important* check `Create groups` and in "Add to targets:" check `contourApp`