-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256
On 2014-02-26 15:36, Dan Wilcox wrote:
I can stage commits between source areas. That first one was a quick push before going out the door.
great.
Also, is there some reason why [gemwin] wouldn't create? I'm building for 64 bit and testing using Miller's Pd-0.45-4-64bit app. All other GEM objects seem to create fine except for gemwin. I have a few window-api specific objects in the main GEM build dir ([gemmacwindow], [gemsdlwindow], [gemcocoawindow], [gemglutwindow]) but none of them seem to give me a complete rendering context aka a window but no GL.
add "./abstractions" to your path. [gemwin] is moving to an abstraction-implementation with the various window-api specific objects as backends; they should create a complete rendering context just fine, but won't do any setting up in openGL-land (which is all done by the abstraction).
fgmasdr IOhannes