Dimitre
Dimitre
@ofTheo of path seems very wrong here, unless PG frontend is not printing backslashes maybe it interprets as a escaped character ``` [verbose] ofAddon: addon config: substituting OF_ROOT with .........
@liquidzym can you please show what are your paths if you generate project using latest? ProjectGenerator v103 I've tested here and it seems to have some problems: Paths are added...
Another test I've made is: if projectGenerator doesn't evaluate environment variables, and let them to be evaluated by VS. They seem to work ok (see paths / evaluated) I've changed...
I've changed everything in the project to the original variables, and it proceeds, but fails later in runtime about a missing DLL ...
@liquidzym do you remember if it worked well in previous versions like 0.12.0 or 0.11.2 ?
related: - https://github.com/openframeworks/openFrameworks/issues/5640
@roymacdonald This PR should not change any functionality. (it needs testing) what I did was finish porting all Core functions and examples to glm and having the option of not...
There are some nice things about removing from core interoperability between glm and "classic math" so we discover sometimes includes, interoperability can be avoided only by taking better care of...
@ofTheo what do you think of this one? it updates everything ofMath to glm in core.
Implemented in ofWorks fork. all legacy OF math was moved to ofxMath, and will be included in "compatibility mode" Closing the PR in OF main as too old