| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2016-09-27 | Fix many syntax errors and typos | Raymond Hogenson | 1 | -2/+4 | |
| 2016-09-27 | Merge branch 'master' of github.com:rayhogenson/bridge | Raymond Hogenson | 1 | -3/+12 | |
| 2016-09-27 | Split files and finish render code | Raymond Hogenson | 1 | -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-27 | Add bridge simulator and cleanup code | Aaron Perley | 1 | -32/+38 | |
| 2016-09-27 | Move color vectors into separate file | Raymond Hogenson | 1 | -61/+7 | |
| RGB vector has additionally been added, and color mixing happens in RGB. | |||||
| 2016-09-27 | Modify lights to select a random color | Raymond Hogenson | 1 | -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-27 | Updates from first test | group1 | 1 | -6/+27 | |
| 2016-09-18 | Create initial demo which should gently flash | group1 | 1 | -0/+59 | |
