Hacker News new | ask | show | jobs
by amorphid 3353 days ago
A screen saver todo is a good idea! Is it open source? Care to share it?

Heh, asking if the code is open source in this context feels like panhandling :)

1 comments

Yeah, I can open source it. I'll reply back shortly

UPDATE: Here it is!

https://github.com/roryok/todoscreensaver

(uses WPF/.NET, GPL, based on a WaveSimScreensaver source by Sean Sexton)

Planning a few updates already, mostly just extra settings (change font size, theme etc)

Thanks! Do you know if it is possible to implement this in OSX?
Don't see why not? It's just a screensaver that opens a text file

EDIT: found this blog entry on creating OSX screensavers in Swift if anyone wants to give it a go

https://whichline.wordpress.com/2015/07/13/os-x-screensaver-...

Thanks!