| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2016-10-09 | Realistic small fish movement | group1 | 1 | -1/+12 | |
| 2016-10-09 | Refactor bridge, fish show, and sunrise show code | Aaron Perley | 1 | -23/+27 | |
| 2016-09-27 | Fix many syntax errors and typos | Raymond Hogenson | 1 | -0/+3 | |
| 2016-09-27 | Merge branch 'master' of github.com:rayhogenson/bridge | Raymond Hogenson | 1 | -10/+10 | |
| 2016-09-27 | Split files and finish render code | Raymond Hogenson | 1 | -1/+10 | |
| 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-27 | Add bridge simulator and cleanup code | Aaron Perley | 1 | -10/+10 | |
| 2016-09-27 | Fix to_RGB and to_HSV functions to actually work | Raymond Hogenson | 1 | -2/+2 | |
| 2016-09-27 | Use python 2 super | Raymond Hogenson | 1 | -2/+2 | |
| 2016-09-27 | Move color vectors into separate file | Raymond Hogenson | 1 | -0/+84 | |
| RGB vector has additionally been added, and color mixing happens in RGB. | |||||
