oglplus
oglplus copied to clipboard
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)...
It would be easier to manage dependencies if vcpkg support can be added. Or even better, make this repo part of vcpkg packages so users can easily integrate this repo...
I get following error message: `oglplus/error/deferred_handler.ipp(17): error C2144: syntax error: 'void' should be preceded by ';'` because `OGLPLUS_LIB_FUNC` is not defined as `` is not included in `deferred_handler.ipp` or `deferred_handler.hpp`....
My problem can be spited into three parts. 1. The cmake procedure cannot find my real opengl version. The error message is just like this issue: https://github.com/matus-chochlik/oglplus/issues/118 2. Maybe due...
1>J:\oglplus-0.74.0\include\oglplus/glfunc.hpp(34): error C2165: “左侧修饰符”: 不能修改指向数据的指针 1>program.cpp 1>J:\oglplus-0.74.0\include\oglplus/glfunc.hpp(34): error C2165: “左侧修饰符”: 不能修改指向数据的指针 1>prog_var.cpp 1>J:\oglplus-0.74.0\include\oglplus/glfunc.hpp(34): error C2165: “左侧修饰符”: 不能修改指向数据的指针 1>extension.cpp 1>J:\oglplus-0.74.0\include\oglplus/glfunc.hpp(34): error C2165: “左侧修饰符”: 不能修改指向数据的指针 1>shapes_utils.cpp 1>J:\oglplus-0.74.0\include\oglplus/glfunc.hpp(34): error C2165: “左侧修饰符”: 不能修改指向数据的指针 1>J:\oglplus-0.74.0\include\oglplus/context/numeric_queries.hpp(123):...
I was compiling and executing the Hello World example from https://matus-chochlik.github.io/oglplus/doc/oglplus/intro.html only to meet a rather undescriptive ```Program build error (in ``` error (the cutoff is intentional). From what I...
I am having an issue that very similar to https://github.com/matus-chochlik/oglplus/issues/27 The result of running the configuration: ``` $ python configure.py --build -- Could NOT find GLEW -- Could NOT find...
There are a couple of uses of dynamic_cast in the any_iter.hpp file, these may be able to be swapped for static_cast in order to support no rtti compiler setups
While building with CMake. System: Kubuntu 18.04.1 LTS Log: /home/staseg/Program/Thirdparty/oglplus-0.68.0/include/oglplus/interop/glm.hpp:105:1: note: in expansion of macro ‘OGLPLUS_IMPL_GLM_MAT_UNIFORM_OPS’ OGLPLUS_IMPL_GLM_MAT_UNIFORM_OPS(2, 4) ^ /home/staseg/Program/Thirdparty/oglplus-0.68.0/include/oglplus/interop/glm.hpp:79:83: error: template argument 3 is invalid class ProgVarGetSetOps \ ^...
I tried compiling _example_glut_glew_ via the [etc\msvc11\OGLplus\OGLplus.sln](https://github.com/matus-chochlik/oglplus/blob/develop/etc/msvc11/OGLplus/OGLplus.sln) file in MSVS2017. [This include](https://github.com/matus-chochlik/oglplus/blob/develop/example/oglplus/glut_main.cpp#L12) can not be found. There is no file fix_gl_extension.hpp.
I have a program with a shader that fails to compile, but when I try to catch the CompileError, it is uncatchable. I just get `terminate called after throwing an...