openframeworks / openFrameworks

openFrameworks is a community-developed cross platform toolkit for creative coding in C++.
http://openframeworks.cc
Other
9.98k stars 2.55k forks source link

[wip] Project osx OF Core update #8174

Open dimitre opened 2 weeks ago

dimitre commented 2 weeks ago

this PR changes openFrameworks files listing from fixed folders and files to the blue folder (file listing) so it adds the new files automatically ( brings files like ofSingleton ) to the project. Build rules are applied independently for each file so windows and linux files are removed from the compilation, and c++ mixed with objective-c is set manually where needed.