matus-chochlik / oglplu2

Wrapper for OpenGL, OpenAL and EGL including utilities for writing distributed applications with graphics and/or audio rendering.
Boost Software License 1.0
89 stars 11 forks source link

Suggestions #1

Open ghost opened 8 years ago

ghost commented 8 years ago

Hello. For begining question. Will be support of Visual Studio 2015 in OGLPLUS 2?

And sweet. I thinked about C++ graphics API. API.txt

This is not full API.

matus-chochlik commented 8 years ago

Hi, thanks :)

Concerning support for VS 2015, if that will not require lots of crazy workarounds and ifdefs then it very probably will be supported, but it's hard to say when. Stay tuned.

ghost commented 8 years ago

C++ API concept is nice? Also. This is draft. This is not finished work.

matus-chochlik commented 8 years ago

Hard to say, since it is not complete.

ghost commented 8 years ago

Will or not support for visual studio? Will support for Vulkan?

matus-chochlik commented 8 years ago

I'm not still sure yet about VS, I'm planning to try compiling it on windows in the following days. Regarding Vulkan; yes the plan is to create wrappers for it once the specification is published.