Matus Chochlik

Results 119 comments of Matus Chochlik

Hmm, but besides the warning that the library cannot be built is there any other problem? Do the examples actually build ?

OK, thanks. This does not seem to be a showstopping bug so I'm not going to mess with it in the current release and I'm going to have a look...

There is no example of SSBO yet. I'll have to think of something.

Well, sadly no, I've been busy with some other things. I'll give this a bump on the TODO list. But of course any contributions are welcome, don't hesitate to contact...

Hi, it's looking good! If you create a pull request (preferably based on current develop) I'll merge the changes. Thanks.

Hi, I didn't try OGLplus with GL bindings yet (and it is not supported in the build system), but generally you should include the glBinding headers /before/ any oglplus headers...

Hi, I'll have a look at this.

Nice and Thanks! I'll have a more detailed look at it and integrate it into the standalone examples if you agree, with appropriate credit and link to your page. But...

For C++ features this can be done and it is done by using the Boost.Config library. You just have to define `OGLPLUS_NO_SITE_CONFIG=1` before including anything from OGLplus and you don't...

The Boost.Config library is quite lightweight and I'm considering that I'll start distributing it with OGLplus source in the `third_party` directory. I'm using OGLplus as a header-only library in a...