Remove old fireworks project
by jcast 3 years 5 months
60e8930c
Add inttypes to Colors.h
by jcast 3 years 5 months
d6efe055
Merge pull request #11 from leeaustinadams/windows_docs Add Driver install instructions for Windows
by Noah Jorgensen 3 years 5 months
0d16f499
Rename demo gif
by jcast 3 years 5 months
f2fc36d6
Add fancy fireworks, text and logo animations, and sleep mode
by jcast 3 years 5 months
af28062f
Add Driver install instructions for Windows - Fixes #8
by Lee 3 years 5 months
0001ae94
Update README.md
by mikeperiscope 3 years 5 months
6f03bd5a
Update README.md
by mikeperiscope 3 years 5 months
1449b480
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
bc3a4324
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
6a1f9fe1
Report a bug