Replies: 14 comments 15 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.
-
GLMDisable GLM_FORCE_CTOR_INIT and initialize all vars properly, like chaning glm::mat4 localTransformMatrix; to glm::mat4 localTransformMatrix { 1.0 }; |
Beta Was this translation helpful? Give feedback.
-
Can we just compile glm
…On Tue, 4 Feb 2025 at 5:46 am, Dimitre ***@***.***> wrote:
I've proposed a PR untangling glm and "classic math" operations, which
avoids some strange interoperability that happens in the core like:
glm::vec2 -> ofVec2f ->ofVec3f -> glm::vec3
—
Reply to this email directly, view it on GitHub
<#8259 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAGK2HFUTVBX3ZO3J34STBT2N62R3AVCNFSM6AAAAABVPKNGVGVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTEMBUGYYTMNY>
.
You are receiving this because you commented.Message ID:
<openframeworks/openFrameworks/repo-discussions/8259/comments/12046167@
github.com>
|
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