summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2016-10-09Add new fish movement schemeRaymond Hogenson4-11/+256
2016-10-09Refactor bridge, fish show, and sunrise show codeAaron Perley6-211/+121
2016-10-09Update simulator to use pygame instead of tkinterAaron Perley2-34/+23
2016-10-09Merge branch 'master' of https://github.com/rayhogenson/bridgegroup10-0/+0
2016-10-09Add twinklegroup111-21/+526
2016-09-30Meeting 2Raymond Hogenson3-21/+63
2016-09-27Scale the amount to change by the distanceRaymond Hogenson1-1/+2
This way it doesn't take too long to get to where we're trying to go, but this might actually make it look worse. The best thing to do here is to experiment with the bridge directly.
2016-09-27Fix many syntax errors and typosRaymond Hogenson3-10/+27
2016-09-27Merge branch 'master' of github.com:rayhogenson/bridgeRaymond Hogenson4-14/+95
2016-09-27Create .gitignore fileRaymond Hogenson1-0/+2
We ignore __pycache__ and *.pyc.
2016-09-27Split files and finish render codeRaymond Hogenson4-74/+107
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 Perley4-42/+121
2016-09-27Fish rendergroup11-0/+29
2016-09-27Fix to_RGB and to_HSV functions to actually workRaymond Hogenson1-2/+2
2016-09-27Use python 2 superRaymond Hogenson1-2/+2
2016-09-27Move color vectors into separate fileRaymond Hogenson2-61/+91
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-27Merge branch 'master' of https://github.com/rayhogenson/bridgegroup10-0/+0
2016-09-27Updates from first testgroup11-6/+27
2016-09-18Add script from first meetingRaymond Hogenson1-0/+80
The script kind of strobes the lights gently and the parameters are configurable with global variables. Right now, the only color used is blue.
2016-09-18Create initial demo which should gently flashgroup11-0/+59