A front end for the OpenSprints hardware kit. It allows for the racing of 1 to 4 bikers against each other in a goldsprints style race. The software is free to use and modify and you're encouraged to hold your own races! See LICENSE for more details.
SilverSprints is for OS X (10.7 and up) and Windows (7 and up).
Written in Cinder, an opensource C++ library for creative coding.
Arduino
folder with software you'll need to load onto the OpenSprints hardware. Detailed instructions on how to do this can be found here: http://cwhitney.github.io/SilverSprint/installation.html.If you just want to swap graphics, simply replace the graphics in the assets folder. No need to recompile.
In the event of a crash, a log file will be created in a folder called "logs" in the SilverSprints directory. Please attach this file when asking for support along with any other relevant information.
git clone https://github.com/cwhitney/SilverSprint.git --depth 1 --recursive
git submodule update --init --recursive
to make sure Cinder has all of its submodules.Root
- apps
- Arduino
- SilverSprints
- libs
- Cinder
apps/SilverSprints/xcode/SilverSprint.xcodeproj
for OS X, and apps/SilverSprints/vs2015
for PC.