2022-07-03 22:43 | Update README.md | Martin Ashby | 1 | +4 | -0 |
2018-12-30 22:34 | Remove youtube embed | Martin Ashby | 3 | +21 | -29 |
2018-07-03 18:07 | Slightly wider color indicator. Youtube instead of periscope. Linter complaints resolved. Quicker deploy script. | Martin Ashby | 6 | +31 | -21 |
2018-07-03 11:40 | checked in dev mode oops | Martin Ashby | 1 | +4 | -4 |
2018-07-03 11:38 | Better layout with CSS. Changed favicon & title. | Martin Ashby | 9 | +185 | -171 |
2018-06-02 08:46 | Merge branch 'master' of github.com:MFAshby/unicornpaint | Martin Ashby | 16 | +2963 | -2416 |
2018-06-01 18:34 | Fixed problem with image changing during render | Martin Ashby | 3 | +29 | -5 |
2018-06-01 18:33 | Implemented animated GIFs | Martin Ashby | 15 | +2914 | -2404 |
2018-05-28 15:58 | TestGif.go tests showing a simple animated GIF using new Unicorn2 interface | Martin Ashby | 1 | +33 | -0 |
2018-05-28 15:57 | Added build tags. Builds & runs OK on RPi (can show test animation) | Martin Ashby | 4 | +20 | -9 |
2018-05-28 15:31 | Merge branch 'master' of github.com:MFAshby/unicornpaint | Martin Ashby | 12 | +332 | -122 |
2018-05-28 15:29 | New unicorns for displaing animated gifs! Tests pass on both old & new for fakes | Martin Ashby | 12 | +332 | -122 |
2018-05-28 15:28 | Removed MakeGif.go from the build | Martin Ashby | 1 | +18 | -14 |
2018-05-28 10:40 | Started animated implementation | Martin Ashby | 6 | +451 | -0 |
2018-05-22 09:07 | Update README.md | MFAshby | 1 | +9 | -7 |
2018-05-22 08:59 | Update README.md | MFAshby | 1 | +27 | -3 |
2018-05-21 09:53 | Merge branch 'master' of github.com:MFAshby/unicornpaint | Martin Ashby | 2 | +7 | -6 |
2018-05-21 09:53 | Modified docker file for go packaging | Martin Ashby | 1 | +3 | -2 |
2018-05-21 09:34 | More imports | Martin Ashby | 1 | +1 | -0 |
2018-05-21 09:34 | Merge branch 'master' of github.com:MFAshby/unicornpaint | Martin Ashby | 2 | +26 | -2 |
2018-05-21 09:34 | fixed real unicorns | Martin Ashby | 1 | +4 | -3 |
2018-05-21 09:32 | spelling | MFAshby | 1 | +2 | -3 |
2018-05-21 09:28 | Added unicorn lib documentation and sample code | Martin Ashby | 2 | +27 | -2 |
2018-05-21 09:16 | Merge branch 'master' of https://github.com/MFAshby/unicornpaint | Martin Ashby | 6 | +21 | -353 |
2018-05-21 09:16 | Added mainloop | Martin Ashby | 3 | +30 | -4 |
2018-05-21 09:16 | Moved unicorn to it's own package | Martin Ashby | 6 | +21 | -353 |
2018-05-21 08:56 | Made Rgb function public | Martin Ashby | 2 | +2 | -2 |
2018-05-21 08:54 | Moved unicorn lib to it's own package | Martin Ashby | 4 | +313 | -0 |
2018-05-19 10:33 | Merge branch 'master' of github.com:MFAshby/unicornpaint | Martin Ashby | 5 | +14 | -14 |
2018-05-19 10:32 | Update README.md | MFAshby | 1 | +4 | -7 |
2018-05-19 10:28 | Add files via upload | MFAshby | 1 | +0 | -0 |
2018-05-19 07:54 | Fixed saves problem in docker, speed up build | Martin Ashby | 3 | +10 | -7 |
2018-05-18 22:50 | Added the fake one back in | Martin Ashby | 1 | +94 | -0 |
2018-05-18 22:49 | Go server now working | Martin Ashby | 4 | +28 | -118 |
2018-05-18 21:22 | Initial implementation of go unicorn hat driver | Martin Ashby | 3 | +172 | -133 |
2018-05-18 20:09 | Server ported to go, 50%, just need to do the actual unicorn implementation. | Martin Ashby | 8 | +615 | -3 |
2018-05-18 10:17 | Merge branch 'master' of github.com:MFAshby/unicornpaint | Martin Ashby | 8 | +183 | -61 |
2018-05-18 10:15 | Styled everything a bit nicer | Martin Ashby | 8 | +277 | -61 |
2018-05-17 22:10 | Added docker build to REAME | Martin Ashby | 1 | +8 | -0 |
2018-05-17 21:53 | Changed to use device: notation for compose file, to properly allow access to SPI device | Martin Ashby | 2 | +4 | -1 |
2018-05-17 21:13 | Changed websocket connection for ssl proper. Dockerfile copies build to correct location. | Martin Ashby | 4 | +106 | -5 |
2018-05-17 20:32 | Merge branch 'master' of github.com:MFAshby/unicornpaint | Martin Ashby | 2 | +4 | -4 |
2018-05-17 20:28 | Added twitter feed for livestream video | Martin Ashby | 3 | +29 | -101 |
2018-05-17 20:28 | Merge branch 'master' of github.com:MFAshby/unicornpaint | Martin Ashby | 1 | +2 | -2 |
2018-05-17 20:27 | Added missing numpy | Martin Ashby | 2 | +4 | -4 |
2018-05-17 19:57 | Merge branch 'master' of github.com:MFAshby/unicornpaint | Martin Ashby | 2 | +12 | -3 |
2018-05-17 19:42 | Set ws vs wss protocols | Martin Ashby | 1 | +2 | -2 |
2018-05-17 19:35 | Added docker-compose. Explictly use latest python | Martin Ashby | 1 | +10 | -0 |
2018-05-17 19:17 | Fixed serialization problem with numpy array | Martin Ashby | 1 | +2 | -3 |
2018-05-17 19:17 | Fixed rotation problem. Added rotate function. Added docker file | Martin Ashby | 5 | +195 | -78 |
2018-05-17 17:28 | server will now serve static files | Martin Ashby | 5 | +6 | -5 |
2018-05-17 17:19 | build | Martin Ashby | 1 | +0 | -0 |
2018-05-17 17:18 | Palette, tools, load & save working | Martin Ashby | 20 | +808 | -195 |
2018-05-15 21:47 | urls | Martin Ashby | 1 | +1 | -1 |
2018-05-15 21:44 | urls again | Martin Ashby | 1 | +1 | -1 |
2018-05-15 21:43 | Changed url in README | Martin Ashby | 1 | +2 | -3 |
2018-05-15 21:41 | Set correct url | Martin Ashby | 1 | +2 | -3 |
2018-05-15 21:38 | Added README & deploy process | Martin Ashby | 5 | +15 | -2443 |
2018-05-15 21:24 | Added build | Martin Ashby | 1 | +0 | -0 |
2018-05-15 21:12 | Basic should be working | Martin Ashby | 20 | +14905 | -0 |