unicornpaint

A web-based painting app for raspberry PI and pimoroni Unicorn Hat HD
Log | Files | Refs | README

DateCommit messageAuthorFiles+-
2022-07-03 22:43Update README.mdMartin Ashby1+4-0
2018-12-30 22:34Remove youtube embedMartin Ashby3+21-29
2018-07-03 18:07Slightly wider color indicator. Youtube instead of periscope. Linter complaints resolved. Quicker deploy script.Martin Ashby6+31-21
2018-07-03 11:40checked in dev mode oopsMartin Ashby1+4-4
2018-07-03 11:38Better layout with CSS. Changed favicon & title.Martin Ashby9+185-171
2018-06-02 08:46Merge branch 'master' of github.com:MFAshby/unicornpaintMartin Ashby16+2963-2416
2018-06-01 18:34Fixed problem with image changing during renderMartin Ashby3+29-5
2018-06-01 18:33Implemented animated GIFsMartin Ashby15+2914-2404
2018-05-28 15:58TestGif.go tests showing a simple animated GIF using new Unicorn2 interfaceMartin Ashby1+33-0
2018-05-28 15:57Added build tags. Builds & runs OK on RPi (can show test animation)Martin Ashby4+20-9
2018-05-28 15:31Merge branch 'master' of github.com:MFAshby/unicornpaintMartin Ashby12+332-122
2018-05-28 15:29New unicorns for displaing animated gifs! Tests pass on both old & new for fakesMartin Ashby12+332-122
2018-05-28 15:28Removed MakeGif.go from the buildMartin Ashby1+18-14
2018-05-28 10:40Started animated implementationMartin Ashby6+451-0
2018-05-22 09:07Update README.mdMFAshby1+9-7
2018-05-22 08:59Update README.mdMFAshby1+27-3
2018-05-21 09:53Merge branch 'master' of github.com:MFAshby/unicornpaintMartin Ashby2+7-6
2018-05-21 09:53Modified docker file for go packagingMartin Ashby1+3-2
2018-05-21 09:34More importsMartin Ashby1+1-0
2018-05-21 09:34Merge branch 'master' of github.com:MFAshby/unicornpaintMartin Ashby2+26-2
2018-05-21 09:34fixed real unicornsMartin Ashby1+4-3
2018-05-21 09:32spellingMFAshby1+2-3
2018-05-21 09:28Added unicorn lib documentation and sample codeMartin Ashby2+27-2
2018-05-21 09:16Merge branch 'master' of https://github.com/MFAshby/unicornpaintMartin Ashby6+21-353
2018-05-21 09:16Added mainloopMartin Ashby3+30-4
2018-05-21 09:16Moved unicorn to it's own packageMartin Ashby6+21-353
2018-05-21 08:56Made Rgb function publicMartin Ashby2+2-2
2018-05-21 08:54Moved unicorn lib to it's own packageMartin Ashby4+313-0
2018-05-19 10:33Merge branch 'master' of github.com:MFAshby/unicornpaintMartin Ashby5+14-14
2018-05-19 10:32Update README.mdMFAshby1+4-7
2018-05-19 10:28Add files via uploadMFAshby1+0-0
2018-05-19 07:54Fixed saves problem in docker, speed up buildMartin Ashby3+10-7
2018-05-18 22:50Added the fake one back inMartin Ashby1+94-0
2018-05-18 22:49Go server now workingMartin Ashby4+28-118
2018-05-18 21:22Initial implementation of go unicorn hat driverMartin Ashby3+172-133
2018-05-18 20:09Server ported to go, 50%, just need to do the actual unicorn implementation.Martin Ashby8+615-3
2018-05-18 10:17Merge branch 'master' of github.com:MFAshby/unicornpaintMartin Ashby8+183-61
2018-05-18 10:15Styled everything a bit nicerMartin Ashby8+277-61
2018-05-17 22:10Added docker build to REAMEMartin Ashby1+8-0
2018-05-17 21:53Changed to use device: notation for compose file, to properly allow access to SPI deviceMartin Ashby2+4-1
2018-05-17 21:13Changed websocket connection for ssl proper. Dockerfile copies build to correct location.Martin Ashby4+106-5
2018-05-17 20:32Merge branch 'master' of github.com:MFAshby/unicornpaintMartin Ashby2+4-4
2018-05-17 20:28Added twitter feed for livestream videoMartin Ashby3+29-101
2018-05-17 20:28Merge branch 'master' of github.com:MFAshby/unicornpaintMartin Ashby1+2-2
2018-05-17 20:27Added missing numpyMartin Ashby2+4-4
2018-05-17 19:57Merge branch 'master' of github.com:MFAshby/unicornpaintMartin Ashby2+12-3
2018-05-17 19:42Set ws vs wss protocolsMartin Ashby1+2-2
2018-05-17 19:35Added docker-compose. Explictly use latest pythonMartin Ashby1+10-0
2018-05-17 19:17Fixed serialization problem with numpy arrayMartin Ashby1+2-3
2018-05-17 19:17Fixed rotation problem. Added rotate function. Added docker fileMartin Ashby5+195-78
2018-05-17 17:28server will now serve static filesMartin Ashby5+6-5
2018-05-17 17:19buildMartin Ashby1+0-0
2018-05-17 17:18Palette, tools, load & save workingMartin Ashby20+808-195
2018-05-15 21:47urlsMartin Ashby1+1-1
2018-05-15 21:44urls againMartin Ashby1+1-1
2018-05-15 21:43Changed url in READMEMartin Ashby1+2-3
2018-05-15 21:41Set correct urlMartin Ashby1+2-3
2018-05-15 21:38Added README & deploy processMartin Ashby5+15-2443
2018-05-15 21:24Added buildMartin Ashby1+0-0
2018-05-15 21:12Basic should be workingMartin Ashby20+14905-0