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

- Fixes #8
0001ae94
Update README.md
by mikeperiscope 3 years 8 months
6f03bd5a
Update README.md
by mikeperiscope 3 years 8 months
1449b480
Vblox emscripten 2 (#10)
by mikeperiscope 3 years 8 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 8 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
Keep (disabled-by-default) configs for MMA8452Q ac...
by John Boiles 3 years 8 months
Keep (disabled-by-default) configs for MMA8452Q accelerometer for old blocks (#6)
3e1344cd
Update README.md with V2 instructions video (#7)
by John Boiles 3 years 8 months
35dd9831
Create LICENSE
by mikeperiscope 3 years 8 months
d4c6ca12
Report a bug