Skip to content
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

Open
RATIU5-zz opened this issue Mar 3, 2020 · 3 comments
Open

Windows and Msys2 support? #24

RATIU5-zz opened this issue Mar 3, 2020 · 3 comments

Comments

@RATIU5-zz
Copy link

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?

@avilleret
Copy link
Member

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
btw I'm not using openframeworks/ofnode as often as I used to

@RATIU5-zz
Copy link
Author

What's your setup with OpenFrameworks right now, out of curiosity?

@avilleret
Copy link
Member

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.
This was quite convenient : I used QtCreator as IDE which support CMake and Ninja and allow me to write custom build processes.
I had basically 2 targets :

  • desktop for common dev & testing
  • RPi to cross-compile & deploy the app on dozen of remote RPi

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...
Now I'm working on the second generation of this app which is made with Qt/OpenCV and no more openframeworks in it.

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)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants