Jim B

Results 38 issues of Jim B

Hello. I've been tinkering with an additive rotations... https://github.com/d3x0r/stfrphysics#live-demos Using Log-Quaternions, or just angular velocities. Since a physics engine internally thinks in angular velocity anyway, there is less math to...

I have been doing some digging but haven't really found a performance comparision of JS transpiled PHP vs PHP running natively. I'm sure it's slower, I would be highly amused...

This function is not referenced by any other code, so it's not very important to fix... but... by line 284 output[3] is never set. Output[i-j] is set... but I, J...

This line does a mesh update, then a few lines later(389) the mesh is updated again. https://github.com/lo-th/Oimo.js/blob/gh-pages/src/core/RigidBody.js#L382

while I did see just now, on npm package page "No API for user-provided protocol extensions." there is some support for it. however; you drop everything to lower case, and...

I've recently downloaded the most recent vulkan SDK, and have updated to build the included shaderc there. spirv-tools-spv-amd-shader-explicit-vertex-parameter ``` 5>------ Build started: Project: spirv-tools-spv-amd-shader-explicit-vertex-parameter, Configuration: RelWithDebInfo x64 ------ 5>C:\Program Files...

https://github.com/denoland/rusty_v8/releases/download doesn't exist. Hmm... .md files are auto formatted so I can't just link to the line in question... in this section is the above link. https://github.com/denoland/rusty_v8/blob/master/README.md#the-rusty_v8_mirror-environment-variable

documentation

https://github.com/CatalystCode/windows-registry-node/blob/master/lib/registry.js#L109 ``` case windef.REG_VALUE_TYPE.REG_DWORD: case windef.REG_VALUE_TYPE.REG_DWORD_BIG_ENDIAN: case windef.REG_VALUE_TYPE.REG_DWORD_LITTLE_ENDIAN: buffer = new Buffer(4, value); result = advApi.RegSetValueExA(key.handle.deref(), valueName, null, valueType, byte.deref(), buffer.length); break; ``` byte.deref() fails; 'cannot read property 'deref' of...

bug

``` var regKey=[]; regKey.push( new registry.Key( registry.windef.HKEY.HKEY_CURRENT_USER, '', registry.windef.KEY_ACCESS.KEY_ALL_ACCESS ) ); regKey.push( regKey[regKey.length-1].createSubKey( 'Software', registry.windef.KEY_ACCESS.KEY_ALL_ACCESS) ); regKey.push( regKey[regKey.length-1].createSubKey( 'myCompany', registry.windef.KEY_ACCESS.KEY_ALL_ACCESS) ); regKey.push( regKey[regKey.length-1].createSubKey( 'myProduct', registry.windef.KEY_ACCESS.KEY_ALL_ACCESS) ); ``` creates in 'HKEY_CURRENT_USER'...

bug

https://webvr.rocks/chromium 'Report a bug' takes me to https://github.com/toji/chrome-webvr-issues/issues/new