Matus Chochlik

Results 119 comments of Matus Chochlik

Hi, Generally something like this is possible but, right now there are several problems with doing this: 1) The class registering is not implemented yet so you can't reflect the...

Hi, thanks for the hint! I'll have a look at this ASAP.

Thanks for the info. I'll install MSVC15, GLFW and GLEW and if I manage to get oglplu2 going without too much gymnastics I'll push the changes.

OK, I've created a new branch `backported-develop` where _most_ of the tests now pass even with MSVC 14 Update 1. I'm not sure yet about the GL examples since the...

Hi, first I apologize for this terribly late answer. Recently I've split the code into several sub-modules and each of them is defining cmake exports and it should be possible...

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...

Hard to say, since it is not complete.

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...

Which "GL context" library (GLUT/GLFW/GLFW3/SDL/...) do you use on Windows? Seems that one of them does include a version of `GL.h` which is not compatible with Khronos' `GLcorearb.h`. One thing...

LGTM and it does not break anything on Linux. Merged.