Steven Lovegrove

Results 82 comments of Steven Lovegrove

I noticed https://github.com/eclipse-zenoh/roadmap/issues/8 was closed as completed but there is no referenced diff and I'm guessing perhaps it has been pushed back? Assuming that it isn't implemented already, does anyone...

OpenGL can actually share resources like textures across contexts - you just have to construct the context that way. I'd recommend this based on your description. Pangolin actually does this...

It's a bit hard to understand your question. What is the error you're experiencing? I see quite a few problems in the code you link to, so I would probably...

Again, my apologies for only now responding. For anyone else that sees this, the 'test' driver is the most minimal Pangolin video driver example (VideoViewer "test://"): https://github.com/stevenlovegrove/Pangolin/blob/master/components/pango_video/include/pangolin/video/drivers/test.h https://github.com/stevenlovegrove/Pangolin/blob/master/components/pango_video/src/drivers/test.cpp The main...

Apologies for the slow reply! https://github.com/stevenlovegrove/Pangolin/blob/master/components/pango_opengl/src/gltext.cpp#L137 is the code responsible for this call and it does a few things * Figure out the 2D Window coordinate corresponding to the 3D...

Thanks for verifying @sisuy - I've updated the README accordingly.

> @stevenlovegrove is there any chance we could get this landed shortly? We are about to release some code that depends on these changes. If there is anything I can...

Sorry about that - I have a cmake-centric workflow and this (and many other) defines are configured as part of the CMake export interface (output here https://github.com/stevenlovegrove/Pangolin/blob/master/cmake/PangolinConfig.cmake.in#L6). Since the library...

Pangolin has no built-in support for legends / keys, but based on what you describe, you might be asking - "how do I draw colored text?" One example can be...

My apologies for the glacially slow reply - you've probably moved on by now, but a small note that for a time Pangolin did support android and it has some...