-
Notifications
You must be signed in to change notification settings - Fork 0
Add headless mode with HTTP-served web preview #6
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
base: main
Are you sure you want to change the base?
Conversation
Co-authored-by: oliverbyte <183313687+oliverbyte@users.noreply.github.com>
Co-authored-by: oliverbyte <183313687+oliverbyte@users.noreply.github.com>
Co-authored-by: oliverbyte <183313687+oliverbyte@users.noreply.github.com>
Co-authored-by: oliverbyte <183313687+oliverbyte@users.noreply.github.com>
|
@copilot BeamCommander git:(copilot/run-headless-mode) ./build.sh |
|
@copilot fix it until build.sh works |
Co-authored-by: oliverbyte <183313687+oliverbyte@users.noreply.github.com>
Fixed the build issue in commit 245fc4f. The problem was using The build should now work correctly with |
Headless Mode Implementation - Build Fix ✅
All Features Implemented
Build Fix Applied
<thread>and<chrono>includes (not needed)std::this_thread::sleep_for()with OpenFrameworks'ofSleepMillis()Changes
ofApp.h: Removed unnecessary
<thread>and<chrono>includesofApp.cpp: Changed
std::this_thread::sleep_for(std::chrono::milliseconds(10))toofSleepMillis(10)This ensures proper compilation within the OpenFrameworks build system and maintains compatibility with all platforms.
💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.