-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Closed
Milestone
Description
I found this format quite helpful to organize tracking issues for releases.
Just wanted to put this here so we can start collecting any issues/PR for the next patch release.
Please add links to issues based on testing the nightly packages on different platforms.
0.12.0 SPECIFIC:
Addons:
- See if @bakercp wants to take over ofxPoco now it is not used in core ( but include ofxPoco for next few releases )
Libraries:
- What libraries to drop?
- Remove boost as dependency - but keep it in the download
All Platforms:
- FIX Random - See @artificiel's discussion here: Seed and randomness #7579
- ofDir Update aging nlohmann::json to current version. apothecary#267
- Support C++17 - Discussion about supporting C++17 #6585 ( wip PR here cpp 17 / std::filesystem wip #6844 )
- Make ofVideoPlayer::isPlaying() consistent ofVideoPlayer isPlaying(), different behavior on ofVideoPlayer with or without Gstreamer #6527 ( without breaking things!! )
- Check out proposal for avoiding ofParameter notify loop for linked ofParams ofParameter<void> notification loop #6602
- ofAppGLFWWindow settings.monitor not being clamped bug causes crash
- Modernize examples/templates main.cpp Modernize examples and templates main.cpp #6720
- Better examples Examples - Update #7076
- Bug with cairo render when setting scale to 0,0 ofCairoRenderer stops working after setting ofScale(0, 0); #6715
- update GLFW ( see WIP : ofAppGLFW improvements #6954 )
- update all 3D model loading to assimp - apart from ply - and better assimp example
- update assimp for better model loading ( update assimp to 5.2.5 add FBX support closes #198 apothecary#236 )
- Drop QTCreator or fix? And focus on VS Code
- Add OF_NO_FMOD to enable AVEngine Sound Player on macOS and Media Engine sound player on Windows - Proposal: a way of not bundling FMOD in XCode #7507 and Windows Media Foundation and XAudio Sound Player #7523
Windows:
- Add emscripten to Windows Release - Add Emscripten to Windows releases #7484
- K-Lite breaks Directshow player - ofDirectShowPlayer hits "failed to find the video renderer" #6765
- Consider a MF video player using IMFMediaEngine ( useful ref here ) Media Foundation Player for Windows #7477
- Add MF and Xaudio2 based sound player Windows Media Foundation and XAudio Sound Player #7523
VS:
- Change default to VS2019 or VS2022
- Switch to VS2019
- Remove 32bit
- Check if C++17 fixes allow for c++latest [MSVC][std:c++latest] openFrameworks failed to build on MSVC #6832
- Update PG
MSYS2:
- Fix PG issue with backslashes - projects generated don't compile with msys2/mingw due to backslashes in config.make projectGenerator#265
- Remove 32bit
- Update PG
macOS:
- Change template to make missing a return a hard error instead of allowing functions not return anything.
- Fmod sound crash ofSoundPlayer crashes(Segmentation fault: 11) about once in 10times #6708 ( Don't see this anymore - @roymacdonald could you see if this is an issue? )
- Assimp went from 26MB to 300MB ( 0.11.0 to 0.11.1 ) fixed by: update assimp to 5.2.5 add FBX support closes #198 apothecary#236
- Remove QTKit QTKit legacy issue that prevents submitting apps to the apple store (and a solution) projectGenerator#264
- Fullscreen issues / viewport issues on M1 ofSetFullscreen - issues after entering and exit fullscreen #6719
- Update template to allow serial device access Xcode template needs update to allow serial device access. #6864
- 10.15 min macOS ( once C++17 PR is merged )
- Change macOS / iOS / tvOS to ARC Fix Objective-C/C++ codes to supporting ARC #6889
- Add AVFoundation based sound player - Av engine sound player -redo #7293
Linux/ARM:
- test Rpi 3/4 with latest changes
- Try and get Rpi 4 working without X ( see comment from @patriciogonzalezvivo )
- X11 Macro clash with OpenCV 4. Need to do something like this, but maybe targeted to X11 ( https://github.com/openframeworks/openFrameworks/pull/6868/files )
- Fix Gstreamer 1.20 breaking video and grabber
- ofGstVideoPlayer fixes GStreamer fixes for frame by frame, looping, querying duration. #7063
- Gstreamer issue with 22.04 - gstreamer - opencvExample is not working on Ubuntu #7516
Arm64 / aarch64
- OpenCv linker error RPI linuxaarch64 #7500 (comment)
- Check video playback
iOS:
- examples are broken Most examples for iOS are outdated or broken #6723
- guiExample broken - iOS: ofxGuiExample does not compile due to an ofParameter / ofxSlider linking error #7458
- native UI examples broken iOS: "native" examples are broken -- perhaps ARC-related #7457
- update main.cpp to modern approach
- fix simulator build not working due to duplicate symbols.
Android:
- Bring Android up to date with latest NDK #6762
- Add cpp 17 when @danoli3 's PRs are merged.
- update main.cpp to modern approach
emscripten:
- make html template a little more modern / clean looking
- check out @Jonathhhan 's branch for emscripten fixes. Can we do small bitesized PRs here?
- update to latest emscripten version ( see https://forum.openframeworks.cc/t/the-future-of-emscripten-and-of/38360 )
- fix fullscreen and AA not working Emscripten full screen and antialiasing of 2d-shapes do not work anymore #6758 ( see fix here )
- ofVideoPlayer and Emscripten #7377
CI:
- move nightly and releases to GitHub
ProjectGenerator: - Remove macOS binary from PG for Linux: projectGenerator binary distributed with linux (and vs) is a MACH-O binary. projectGenerator#209
Apothecary:
Examples:
- - remove 3D Model loader example and rename assimpExample
GENERAL:
- update the change log.
- update the Thanks.md with scripts/dev/thanks.sh
- update version defines in ofConstants.h.
- change the version on ofSite and make packages.
- update apothecary and projectGenerator submodules
- update stable to master
- Look at issue templates again. ( First take at creating a GitHub issue template First take at creating a GitHub issue template #5652 )
- Unpin this checklist and OF Nightly > Release #7145
Move to 0.13.0
- What addons to drop? #6989
- Remove fmod as the default sound player. replace fmod #167 Licensing Issues | ofSoundPlayer for FMOD to upgrade to FMOD 5 from FMOD 4.4 (Ex) #5490 Fatal error when compiling OpenFrameworks msys2 windows #6622
- Move templates to root ( and fix CI scripts / PG / etc to correspond )
- Better retina support ( this is a tough one - might need to get bumped ) - Feature discussion - full retina / high res support for openFrameworks #4789
- Remove fmod as the default sound player. replace fmod #167 Licensing Issues | ofSoundPlayer for FMOD to upgrade to FMOD 5 from FMOD 4.4 (Ex) #5490
- Remove fmod as the default sound player. replace fmod #167 Licensing Issues | ofSoundPlayer for FMOD to upgrade to FMOD 5 from FMOD 4.4 (Ex) #5490 ( this seems doable if we can figure out the FFT part )
- Rename osx to macOS 😬
Metadata
Metadata
Assignees
Labels
No labels