Merge pull request #11 from leeaustinadams/windows_docs
Add Driver install instructions for Windows
by
Noah Jorgensen
3 years 5 months
Vblox emscripten 2 (#10)
* added emscripten stuff
* change random() to time_random()
* some files needed vector definition
* added random.h
* trying again
* more random
* changed time_random() to randomf()
by
mikeperiscope
3 years 5 months
Fix angle randomization (#9)
`random` returns a `long`. `random(TAU)` produced an integer between 0 and 6. So the angle of the sparks always came out along the points of a hexagon. By converting to a float before scaling we can distribute the sparks more evenly around the explosion point.
by
Fabian Cañas
3 years 5 months