Remove old fireworks project
by jcast 3 years 7 months
60e8930c
Add inttypes to Colors.h
by jcast 3 years 7 months
d6efe055
Merge pull request #11 from leeaustinadams/windows...
by Noah Jorgensen 3 years 7 months
Merge pull request #11 from leeaustinadams/windows_docs

Add Driver install instructions for Windows
0d16f499
Rename demo gif
by jcast 3 years 7 months
f2fc36d6
Add fancy fireworks, text and logo animations, and...
by jcast 3 years 7 months
Add fancy fireworks, text and logo animations, and sleep mode
af28062f
Add Driver install instructions for Windows
by Lee 3 years 7 months
Add Driver install instructions for Windows

- Fixes #8
0001ae94
Update README.md
by mikeperiscope 3 years 7 months
6f03bd5a
Update README.md
by mikeperiscope 3 years 7 months
1449b480
Vblox emscripten 2 (#10)
by mikeperiscope 3 years 7 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()
bc3a4324
Fix angle randomization (#9)
by Fabian Cañas 3 years 7 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.
6a1f9fe1
Report a bug