projectGenerator icon indicating copy to clipboard operation
projectGenerator copied to clipboard

projectGenerator valid architectures?

Open dimitre opened this issue 2 years ago • 1 comments

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 (ofxLaser)

I think we should add back as valid architectures, if they are valid. opinions? @danoli3 @ofTheo

dimitre avatar Dec 02 '23 19:12 dimitre

Unsure about win_cb, minGW port back in 2015. Is that still applicable.

I've patched for android will be looking into how that works with merged Android updates shortly. https://github.com/openframeworks/projectGenerator/issues/443

I've added some potentials also for some extra hype

danoli3 avatar Dec 14 '23 09:12 danoli3