|
3f6d4cb0be
|
Moved settings from preprocessor directives to variables. Also added a way to (for now only) display them via HTTP server.
|
2019-10-02 06:13:55 +02:00 |
|
|
382631d7d7
|
Effect#loop now gets the time since the last run of the loop in ms. This enables
the effects to show animations that stay fluid independent of the current frame rate.
|
2019-10-01 06:29:32 +02:00 |
|
|
0163bbef6c
|
Some memory leaks fixed.
|
2019-06-19 22:23:49 +02:00 |
|
|
1912772da3
|
Effects now use Constructor and Destructor to initialize or delete their data, instead of using start() and stop().
|
2019-06-18 18:09:05 +02:00 |
|
|
1e23936374
|
Added effect 'gol': Conway's Game of Life.
|
2019-06-14 05:32:17 +02:00 |
|