-
Notifications
You must be signed in to change notification settings - Fork 13
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
Windows and Msys2 support? #24
Comments
I never use openframeworks nor ofnode on Windows, but ofnode used to work on Windows, so it is faisable but I don't have time to spent on it right now |
What's your setup with OpenFrameworks right now, out of curiosity? |
it depends, last year I used ofnode (that's why you can see some commit in this repo) to crosscompile application for Raspberry Pi from ArchLinux.
I was also using ofnode to build a modular video tracking software. I need a full control on link libraries and deployment stuff, and it was more convenient to made it with CMake rather than ProjectGenerator... More recently I had to wrtie a small of app with OpenCv and Syphon on MacOS and I made it in plain OpenFrameworks with ProjectGenerator (which works quite well since I don't need advanced stuff) |
I am not sure if this is still active, but is it possible to get this to work on MSYS2? I;m very desperate to be able to write OpenFrameworks apps in CLion, and so far this is the closest I've come. If there is other ways on Windows, I'd love to look at those too. Has there been any updates on Windows support?
The text was updated successfully, but these errors were encountered: