dbelyaev / cinder-scr-spots

Screensaver for Windows

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cinder-scr-spots

A bunch of random colorful spots appearing and disappearing on your screen.

screnshot

Build instructions

  • 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 in RELEASE it will generate Windows screensaver (exits on mouse events, fullscreen etc)

TODO

  • configurable options
  • randomize logic to add more chaos (currently it is possible to see some sequences)

About

Screensaver for Windows

License:GNU General Public License v3.0


Languages

Language:C++ 98.9%Language:C 1.1%