Replies: 3 comments 3 replies
-
Tool is already working with a projectGenerator branch. addons:
- ofxAssimpModelLoader
- ofxKinect
- ofxGui
- ofxOpenCV
- ofxNetwork
- ofxSvg
- ofxXmlSettings
- [email protected]:danomatika/ofxMidi.git
- [email protected]:dimitre/ofxMicroUI.git
- [email protected]:dimitre/ofxMicroUIMidiController.git
specific_addons:
- git: [email protected]:astellato/ofxSyphon.git
branch: of_head
- git: [email protected]:dimitre/ofxTools.git
branch: experimental cc @2bbb |
Beta Was this translation helpful? Give feedback.
-
First version is ready and working with XCode I'm trying to make it compile via github actions (ok) and make an automatic release (not ok yet) |
Beta Was this translation helpful? Give feedback.
-
I'll be closing this one, as all ofbuild functionalities are now in ofGen (recipe to make reproduceable projects) |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm now building a tool, for personal usage at first, which can reproduce the project generation from a recipe.
I've thought about recipe formats and choose YAML instead of JSON, because it is easier to comment / uncomment blocks, there is no worring about trailing commas.
The idea is having a recipe in some project folder, that has all important information to rebuild a project if needed.
Similar to the projectGenerator front end it will invoke the projectGenerator commandLine to build everything, but getting information from a YML recipe.
Here is a sketch of the YAML file
of.yml
Ideas are welcome
Beta Was this translation helpful? Give feedback.
All reactions