Colin Gilbert

Results 13 issues of Colin Gilbert

Hi, I was reading the testcases and something that piqued my curiosity greatly was a mention that MemoryPool would be really useful with multiple linked lists. I'd really love to...

First of all, nice job on this library! The 37 pages of documentation really makes it stand out. I've looked at the source code (nice job on the cleanliness and...

new feature

Hi, I have been looking a lot at all sorts of physics libraries, and one that seems to be a potential winner was D-Collide (http://d-collide.ematia.de/): Its API is quite nice,...

Hi, I have looked at the implementation for convex shapes, and they use an std::map. The TriMesh class from OpenMesh (http://www.openmesh.org/) uses a more efficient (array-based) data structure and has...

optimization

There is an interesting writeup on a so-called priori cast, a dynamic cast replacement that works very quickly at casting from a base type to a derived typed for when...

optimization

Hi, I noticed that the HttpLoadBalancerExtension only support non-secure, port 80 HTTP. It would be great if prior to dropping the alpha designation we could have it also support HTTPS....

I received a rather scary warning: ```node_modules/vm-browserify/index.js (110:11) Use of eval in "node_modules/vm-browserify/index.js" is strongly discouraged as it poses security risks and may cause issues with minification.``` It appears vm-browserify...

Hi, Unlicensed code is unusable. Is there a way this code could be licensed to something permissive like BSD, MIT, or Apache-2? Thanks!

Hi, This is not an issue per se, but more of a thank you note. After being thoroughly impressed with the video, the first thing I thought when I saw...

Hi, I am having a great deal of trouble implementing a GPU skeletal animation system with ozz-animation-rs. I seemingly have everything methodically worked out, but my models just become distorted...