openframeworks / openframeworks/openFrameworks
iOS todo list
Open
Nobody has claimed this yet.
iOS
- Dominant language
- C++
- Stars
- 10.4k
- Forks
- 2.6k
- Avg merge
- 1d 21h
- Merged PRs (30d)
- 9
Description
List to a better iOS experience in OF:
- removing boost, making it optional - https://github.com/openframeworks/openFrameworks/pull/7116
- Orientation decisions : https://github.com/openframeworks/openFrameworks/issues/6965
- #define GLES_SILENCE_DEPRECATION true
- download tvos libs separately - https://github.com/openframeworks/openFrameworks/issues/6957
- simulator libs? is this possible? https://github.com/openframeworks/openFrameworks/issues/6966
answer: Change dependency libraries from fat .a libs to .xcframework system with
version numbers - allowing simulator arm64 + arm64 device target - iOS simulator libs? https://github.com/openframeworks/openFrameworks/issues/6966
- what to do with ofxAccelerometer? https://github.com/openframeworks/openFrameworks/issues/6884
- Compile iOS dependency libraries with arm64 simulator (can use CMake /
Testing on Apothecary for libxml2) - Core dependencies compiled with arm64 device BITCODE = NO
- A brand new LaunchScreen storyboard, maybe a svg logo to replace all the old images there. color background instead of image https://github.com/openframeworks/openFrameworks/pull/6983
- updated icon with 1024x1024 option
- Asset Catalog Launch Image Set Name : Brand Assets should be removed. it is already outdated and substituted by actual LaunchScreen, images can be deleted of the platform template.
Items to add here?
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
This is an umbrella checklist rather than a scoped change, and its listed items are marked complete. Review the linked pull requests and issues, then inspect the iOS platform template and dependency-library work to identify any remaining, independently actionable task before starting.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp, ios
- Domain
- build-system, mobile-dev
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 20/100