notlion / Cinder-NanoVG

A C++11 wrapper for NanoVG meant for use with Cinder
51 stars 15 forks source link

Update Xcode projects to compile on master #8

Closed pizthewiz closed 9 years ago

pizthewiz commented 9 years ago

The old header search path entry for the Boost submodule needed to be removed and the OS X projects needed to link to the IOKit framework. It appears as though Xcode now strictly enforces some sort of alphabetical ordering in the plist so there are a bunch of changes it made silently by opening the project that are just property reorders :0\

The RTT iOS sample may need some attention, it doesn't seem to be drawing anything in the simulator.

notlion commented 9 years ago

Just tested this. Looks great! Thanks so much for bringing the samples up to date :+1:

Looks like the RTT sample works in the simulator, It's just extremely slow. TBH this is the first time I've even tried it. I had written off the simulator entirely due to speed / lack of usable audio.

pizthewiz commented 9 years ago

Good point on the simulator, I hadn't really thought of the performance implications.