Johan Beronius
Johan Beronius
And in that case, maybe more math constants with single greek letter variable names, e.g.: `π = Math.PI` `τ = Math.PI * 2`
I needed an integer frame counter, not time as float, so I did: `u.f=++u.f||0` *Edit:* Oh, I see, `frame` is in scope. *Edit2:* And `t` is not actually the time...
Just an idea for a new thing: A visualization of how precession acts on bike pedals, ie. the crank rotates clockwise, the pedal rotates counter-clockwise with respect to the crank,...
Built files written in `./dist` are fine but nothing except the index page gets served by the dev-server. Example: **test.html**: ``` test.html ``` **test.js**: ``` console.log('test.js'); ``` Command, using version...