mosra / magnum-integration

Integration libraries for the Magnum C++11 graphics engine
https://magnum.graphics/
Other
99 stars 44 forks source link

Update to Oculus SDK 0.7.0.0 (as of 27th of August) #8

Closed Squareys closed 9 years ago

Squareys commented 9 years ago

Hi everybody,

Oculus SDK 0.7 will be coming soon (20th of August), and LibOvrIntegration will be updated accordingly once it is released. This may require some changes to the API of LibOvrIntegration, so keep that in mind :)

Greetings, Squareys.

Squareys commented 9 years ago

Oculus delayed the release of Oculus SDK 0.7 by a week, in case you are wondering why this is so silent.

Greetings, Squareys.

Squareys commented 9 years ago

https://developer.oculus.com/downloads/pc/0.7.0.0-beta/Oculus_SDK_for_Windows/ phew, this is going to be something. Will update LibOvrIntegration over the weekend.

mosra commented 9 years ago

Huh, that's a lot API changes there :)

Because the API is being changed anyway, what do you say about shortening the namespace a bit and naming it just OvrIntegration?

Squareys commented 9 years ago

what do you say about shortening the namespace a bit and naming it just OvrIntegration?

Sure, why not. This only regards the namespaces, though, right? The project will still be called "LibOvrIntegration"?

mosra commented 9 years ago

I'd like to have everything consistent -- WITH_OVR CMake option, <Magnum/OvrIntegration/OvrIntegration.h> include, OvrIntegration namespace and MagnumOvrIntegration library.

Squareys commented 9 years ago

Okay, will do, if the project would have been named different than the namespace, that would have led to confusion.

mosra commented 9 years ago

Wanted to do the rename before the code makes it into a tagged release, because then we would need to maintain backward compatibility (which would be rather painful in this case).

mosra commented 9 years ago

Done with #9.