Randall O'Reilly

Results 296 comments of Randall O'Reilly

actually i did just get on views! will debug

Sorry no support for that -- you'd have to find other go packages that provide support. we're using glfw for cross-platform back-end support and I don't think it covers those...

Linux or mac? in any case, maybe you need to update your LD_LIBRARY_PATH? On the mac it installed into /usr/local/lib which you can add to your path -- just google...

needs actual frustum culling using actual frustum -- otherwise large planes need near plane intersection etc to properly compute bbox. this can be done by computing intersection with near plane...

this issue discusses many of the issues: https://github.com/glfw/glfw/issues/1140 -- unfortunately would need to get a forked version as they haven't merged into main which still has separate callbacks and doesn't...

at least d repeats now in 3.3. will look into the fork at some point if std glfw doesn't get a better solution in the meantime..

it looks like things are generally working pretty well -- the alt versions of keys now come through via the deprecated Chord version or whatever it is called. if they...

i'm not going to finish this for the 1.0 release, btw -- too many other things to do at this point! will finish later.

This is truly bizarre. I have traced through and it is definitely setting the new scale and calling the same Update method correctly in both cases. I can't see any...

You should try editing your /usr/local/include/stddef.h file or wherever that `uint64_t` type is defined -- see the notes in `UPDATING.md` in my PR on vulkan-go -- I made a separate...