-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
0.10.0 - Release checklist #5870
Comments
about transform feedback, it's just not supported in osx cause the supported gl version in osx is too old |
just pushed a fix for the soundBuffer example crashing but it wasn't really crashing in linux so not sure if it really fixes it, @ofTheo if you can take a look in osx? |
@arturoc - soundBuffer is fixed now! Thanks! |
@ofZach yeah please if you can fix that one that would be really useful |
The project generator is not compiling on nightly on a Raspberry Pi. |
If you |
@hamoid i think we should leave it like this, including ofFileUtils includes boost headers right now which slows things down quite a bit. Once 0.10 is released i want to completely remove boost since all compilers we use already have std::filesystem in their newest releases so by the time we release the next major version it will fine. We can then test if adding std::filesystem to the headers that need it slows things down as much as it does now |
HI, I just found a problem in the audioIn and audioOut examples. |
Hi, just made some fixes so all the examples can compile, just tested on macos, but these errors will appear on any platform, so this fix should work for all. |
Just to help consolidate everything needed for 0.10.0 release. Will add links to issues based on testing the nightly packages on different platforms.
0.10.0 SPECIFIC:
Platform Issues:
OSX
.... more to add
iOS
Android
Linux
Examples:
GENERAL:
The text was updated successfully, but these errors were encountered: