Replies: 2 comments 2 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.
2 replies
-
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.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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