Adam Griffiths

Results 110 comments of Adam Griffiths
trafficstars

I was intending to cover the set functions, but thinking about it, all of them need to be covered. Anywhere an object is converted to a pointer from Python, or...

It would still return a `Monitor` python object which resolves to `True` in a Boolean check.

Although some functions should probably raise exceptions on failure. Eg. ``` window = createWindow(a,b,c) monitor = getPrimaryMonitor() ``` I would expect these to either succeed, or catastrophically fail with an...

Adding that can't hurt. We can then see if the API works as expected. `type(result)` would still produce an object type. But no worse than an empty set, list, or...

Are you running GLFW 3.1? Sounds more like you're running GLFW 2.

Sorry, just re-read that and noticed you said "glfw3 from source". If you did a make install, chances are it ended up in `/usr/local`. Perhaps change the include / link...

Well undefined symbol means it's found the headers (include files), but it's failing to find those references at link time. So the includes should be ok, but the link directives...

The geometric tests library was a late addition and honestly should be put into an experimental module as it is not up to snuff. Adding a class for Euler seems...

I'll try to get time this week to take a look at this.

There's a known issue with matrixquaternions (#97).