Show HN: I Made a Todo List for Developer Power Users [video]youtube.com112 points·by skytrias·3 anni fa·43 comments
skytrias·3 anni fa·discusshey colin :D todool is built on top of sdl2 + mixer & stbtruetype for fonts
skytrias·3 anni fa·discusstodool is mostly custom built on top of sdl2, sdl2mixer and stbtruetype.the renderer does basic batching of commands
skytrias·3 anni fa·discusshumble store and steam also allow software, epic games store doesnt allow software though
skytrias·3 anni fa·discussdont have high DPI but I enabled the settingyou can scale tasks up/down with ctrl+scrollUI text scale can be adjusted in the options file - dont have a slider for it
skytrias·3 anni fa·discussAgreed the target audience for now is single users & private only.I'm currently working on separate collaboration version which will be dumbed down but similar to how google docs / figma work - so you can see other users write and interact live.
skytrias·3 anni fa·discussyes it's completly offlinethe savefile is a .todool file which ppl wanted a json export optionoptions + theme files are json
skytrias·3 anni fa·discussthanks for sharing, looks similar to https://www.taskpaper.com/ which is mac only
skytrias·4 anni fa·discussHyped about the auto-tracing feature! The current version of spall has been very useful to me for some quick performance measurements.
skytrias·4 anni fa·discussif you really care about that so much you can create an alias procedure with a different name and use that throughout your packageimport "core:fmt"print :: fmt.println// you can use print("test") now