A bunch of random colorful spots appearing and disappearing on your screen.
- download latest Cinder SDK (this project was tested with v0.9.0)
- add environment variable named
CINDERDIR
that points to where your Cinder installation folder is (for example:c:\sdk\cinder
) - open solutions file at
.\shapes\vs2015\spots.sln
and build it - in
DEBUG
configuration project will be compiled as App (normal Window with controls), while inRELEASE
it will generate Windows screensaver (exits on mouse events, fullscreen etc)
- configurable options
- randomize logic to add more chaos (currently it is possible to see some sequences)