projectGenerator icon indicating copy to clipboard operation
projectGenerator copied to clipboard

repo for centralizing work on a tool to generate OF projects

Results 124 projectGenerator issues
Sort by recently updated
recently updated
newest added

As reported in Live repo @sortofsleepy https://github.com/sortofsleepy/ofxARKit > This addon involves use of Apple's Metal framework to handle camera imaging and processing as the raw feed from your phone/tablet's camera...

untested idea: but if we just use "src" as a reference, all new files go to the project without re-generating with PG. EDIT: if this is the case we should...

when adding addons, the only way to get the directory updated short of quitting (which lose your context) is to click the gears icon, re-select the same OF tree, and...

frontend

This one renames osx to macos on project generator commandline. it will require a folder rename in OF project, ```../../../scripts/templates/osx ``` to ```../../../scripts/templates/macos``` projectGenerator Frontend can be udpated later, as...

An issue to fix for xcframeworks for Addons folder search is excluding other platform directories: I.E. opencv: xcframework is included for tvOS/iOS into the macOS project. Only occurs with addon...

Hi there! I am using the version of projectGenerator in `of_v20240109_ios_release` nightly build. **When creating a project with the git ignore template no `.gitignore` is generated.** I am not sure...

I forget this is not built into the project Generator already as I been using it for so long. https://github.com/danoli3/ofxAddonScript I suggest we add a new format in addons.make to...

enhancement

Currently if you add vscode template it removes the VS / Xcode etc args - this mean nightly builds are missing project files. See: https://github.com/openframeworks/openFrameworks/issues/7856

I can't get intellisense working with the latest vscode template. one curiosity, when it indicate problems it seems to get the wrong path (the first slash is missing like in...

I have now this open PR which addresses some missing architectures like ```tvos``` https://github.com/openframeworks/projectGenerator/pull/442 but I'm now seeing other architectures not recognized in addons, like - android/arm64-v8a (ofxLaser) - win_cb...