summaryrefslogtreecommitdiffstats
path: root/bridge.py
AgeCommit message (Collapse)AuthorFilesLines
2016-09-30Meeting 2Raymond Hogenson1-4/+14
2016-09-27Fix many syntax errors and typosRaymond Hogenson1-2/+4
2016-09-27Merge branch 'master' of github.com:rayhogenson/bridgeRaymond Hogenson1-3/+12
2016-09-27Split files and finish render codeRaymond Hogenson1-58/+11
Although it is unlikely that this code will actually run, it is split up rather nicely such that it should be maintainable into the future. Right now only one fish is supported, and it moves at some fixed rate across the bridge. This is fine for a demo, but the rendering process will need to be changed significantly before the end.
2016-09-27Add bridge simulator and cleanup codeAaron Perley1-32/+38
2016-09-27Move color vectors into separate fileRaymond Hogenson1-61/+7
RGB vector has additionally been added, and color mixing happens in RGB.
2016-09-27Modify lights to select a random colorRaymond Hogenson1-29/+87
They should choose a random color in the correct interval and transition gradually to it, however this code is currently untested.
2016-09-27Updates from first testgroup11-6/+27
2016-09-18Create initial demo which should gently flashgroup11-0/+59