stysk1 / AirBand

CSC355: Human Computer Interaction project using two Myo Armbands to simulate air drumming.
MIT License
2 stars 0 forks source link

Port to Mac & XCode #3

Closed stysk1 closed 5 years ago

stysk1 commented 5 years ago

Port the project to Mac using XCode so it can be worked on individually by you guys.

We can make a second branch with it for the time being so it at least doesn't interfere with our current working Windows build.

I think what needs to be done here is:

  1. Remove the .sln, .vcxproj, and .filters files
  2. Download the Windows winmm library and throw it in the lib folder and any includes in the include folder.

I think that's it but if there's more to do with it, we can give it a go on Monday or Wednesday when we meet again.

stysk1 commented 5 years ago

I think this might not even be necessary and you guys on Mac (@nairp2 @MarkMedd @MatthewBottone) just need to add the right plugins when installing Visual Studio.

Potential Fix on Dev Blog

stysk1 commented 5 years ago

@nairp2, @MarkMedd, @MatthewBottone : If you guys get it to run mark it as closed. If you make any changes to code, make a new branch and commit there.

stysk1 commented 5 years ago

Fixed

Made new XCode project and updated the references to the mac libraries for BASS and Myo. Working Mac build is on the mac branch.