Steven Lovegrove

Results 82 comments of Steven Lovegrove

Okay, well lets just maintain a fork for now, and if it looks like 2lemetry is contributing a lot of code we can think about transferring the repo. Thanks again...

Not from me, I'm afraid. Does much need to change?

If you are able to add support without breaking existing functionality, I'll happily take a pull request.

Pangolin relies on PyBind11 for interfacing to python, so the first step in getting Pangolin going with Python is in making sure that PyBind11 is setup correctly (either with Pangolins...

I'm not sure why GLEW is trying to include GLU, but it looks like you don't have it or it isn't on your system include path. You could try installing...

The readme on the master branch doesn't refer to -DPYTHON_INTERPRETER, only -DPYTHON_EXECUTABLE. Perhaps an old version of the readme did? If you found -DPYTHON_EXECUTABLE didn't work as expected, I would...

It looks like PyUnicode_AsUTF8 is only available with python 3.X and I guess you're using 2.X. You could switch to python3 or you could introduce a guard here https://github.com/stevenlovegrove/Pangolin/blob/master/components/pango_python/src/pyinterpreter.cpp#L113 and...

Interesting. What graphics driver / card are you using?

Throwing sounds like a good idea if you fancied making a PR :)

Does this have anything to do with Pangolin? I don't understand. If possible, you could consider upgrading your compiler since this is likely a compiler bug. The other possibility is...