summaryrefslogtreecommitdiffstats
path: root/fish_render.py
AgeCommit message (Collapse)AuthorFilesLines
2016-10-09Refactor bridge, fish show, and sunrise show codeAaron Perley1-123/+0
2016-10-09Add twinklegroup11-12/+32
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 Hogenson1-8/+20
2016-09-27Split files and finish render codeRaymond Hogenson1-15/+76
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-27Fish rendergroup11-0/+29