openframeworks / openframeworks/projectGenerator
support for main.cpp-only projects
Nobody has claimed this yet.
- Dominant language
- CSS
- Stars
- 90
- Forks
- 79
- Avg merge
- 2d 9h
- Merged PRs (30d)
- 5
Description
a lot of projects i post, e.g. https://github.com/kylemcdonald/openFrameworksDemos/ only come with a main.cpp and no ofApp.cpp or ofApp.h. but the project generator tries to add these files anyway, and this causes compilation problems.
Contributor guide
No contributing guide indexed for this repository
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
Start with the project generator behavior around main.cpp, ofApp.cpp, and ofApp.h, comparing the referenced main.cpp-only project with a standard generated project. Done means a project containing only main.cpp is generated without inappropriate ofApp files and no longer encounters the reported compilation problems.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp
- Domain
- tooling
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100