openframeworks / openframeworks/openFrameworks
PG frameworks folder for libs?
Nobody has claimed this yet.
- Dominant language
- C++
- Stars
- 10.4k
- Forks
- 2.6k
- Avg merge
- 1d 21h
- Merged PRs (30d)
- 9
Description
I'm running into a situation where I have a library that supports both iOS & OSX, but they give you 2 frameworks separately that are named the same. It occurred to me that using frameworks could be simplified in the PG by treating them like libs by having a "frameworks" folder in the lib, say:
libs/
MyLib/
include
frameworks/
ios/
MyLib.framework
osx/
MyLib.framework
lib
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
The proposal names the libs/MyLib layout and a new frameworks/ios and frameworks/osx structure, but no source files or tests. Start by reviewing how the project generator handles libraries and platform-specific frameworks; done would require an agreed structure and verified support for both framework variants.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp, ios, macos
- Domain
- build-system
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 20/100