Dewb / radome

Dome mapping software for live interactive fulldome visualizations with consumer projectors.
33 stars 7 forks source link

Windows port #2

Closed Dewb closed 9 years ago

Dewb commented 11 years ago

Existing code should compile for Windows just fine (except for Syphon, which needs to be #ifdef'd out and eventually moved to a plugin.)

Need to create project files for Visual Studio or Code::Blocks, whichever IDE we want to use (probably CB because not everyone has VS licenses. Or can the free VS edition do C++ and OpenGL now?)

Potzer commented 11 years ago

Close this SOB.

Dewb commented 11 years ago

Nice work! I'll close this after I can build your PR in the main repo, hopefully tomorrow.

Dewb commented 10 years ago

2014 Windows port task breakdown:

Dewb commented 10 years ago

Moving this from Backlog to Illuminus. It's necessary for ongoing Sway development that @JimAnkrom be able to run Radome on his Windows box.

Dewb commented 9 years ago

The windows branch now builds on VS2012/Win7. Has some issues; loaded models animate in a hyper-glitchy way, dome rendering is all black, video input and OSC are disabled.

Dewb commented 9 years ago

Windows support is now landed in master branch, although I should point out that since we did the Windows port for a traditional VJ event rather than Sway/Bleepout or something that requires the plugin interface, plugins on Windows haven't been thoroughly tested (meaning OSC and model loading issues may still exist.)