Replies: 12 comments 11 replies
-
LibrariesI think we should be back using straight .a libraries whenever possible, the only place xcframeworks are indispensable are ios/simulator combo. This way we can simplify addon_config.mk to the point we don't ever have to use ADDON_LIBS for Core addons. if it is a standard .a file in its own path, ProjectGenerator will add it. if it is a xcframework it will also add to the project |
Beta Was this translation helpful? Give feedback.
-
Libraries PathI think it is confusing 3rd party libraries are together with openFrameworks and openFrameworksCompiled folder. |
Beta Was this translation helpful? Give feedback.
-
Assimpremoving ofxAssimpModelLoader and favoring ofxAssimp instead. |
Beta Was this translation helpful? Give feedback.
-
Stop compilation on first error
|
Beta Was this translation helpful? Give feedback.
-
ofxSvg -> ofxSvgParserremoving ofxSvg from core and substitute with https://github.com/NickHardeman/ofxSvgParser |
Beta Was this translation helpful? Give feedback.
-
Version shyOF is 21 years old and version shy. no 1.0 yet? |
Beta Was this translation helpful? Give feedback.
-
XCode OF Core, one archit would be great if we achieve to compile the core in just the computer architecture, |
Beta Was this translation helpful? Give feedback.
-
MakeWhile we don't have an equal substitue it is the motor that runs OF.
|
Beta Was this translation helpful? Give feedback.
-
GLEWalternatives? |
Beta Was this translation helpful? Give feedback.
-
GLFW WindowSimplify all different windows settings objects in just one, ofWindowSettings with everything (I'm alreading using like this in a fork) |
Beta Was this translation helpful? Give feedback.
-
ProjectGeneratorRewrite from scratch, ditch electron. having a separate discussion to disambiguate Platforms, targets, IDEs, build systems, templates. |
Beta Was this translation helpful? Give feedback.
-
ofLogI know this is impossible because of addons. |
Beta Was this translation helpful? Give feedback.
-
I have a vision of how OF can be different.
Some ideas are compatible with the project and others not, I'll be using this space to share ideas and discuss them with you
Beta Was this translation helpful? Give feedback.
All reactions