matus-chochlik / oglplus

OGLplus is a collection of open-source, cross-platform libraries which implement an object-oriented facade over the OpenGL® (version 3 and higher) and also OpenAL® (version 1.1) and EGL (version 1.4) C-language APIs. It provides wrappers which automate resource and object management and make the use of these libraries in C++ safer and more convenient.
http://oglplus.org/
Boost Software License 1.0
491 stars 72 forks source link

Some fixes for Visual Studio 2013 on Windows 8.1 #98

Closed CallForSanity closed 9 years ago

CallForSanity commented 9 years ago

Works perfectly now

matus-chochlik commented 9 years ago

Hi,

Thanks for the updates, for now I've cherry-picked only the first two commits. The install instruction for lib oglplus causes cmake to complain. The library is not part of the all target and sometimes it may fail to build and currently it's only used by some of the examples. Until that is sorted out I'd prefer not to install it via cmake.

matus-chochlik commented 9 years ago

Ok, I've also cherry-picked the fourth commit.

CallForSanity commented 9 years ago

Cool, thank you.

oglplus is great by the way. Keep up the good work!

matus-chochlik commented 9 years ago

NP, Thank You!

I'll close this issue and put the thing with installing the lib on the TODO list.