Show HN: I Made a Todo List for Developer Power Users [video]youtube.com112 points·by skytrias·3 years ago·43 comments
skytrias·3 years ago·discusshey colin :D todool is built on top of sdl2 + mixer & stbtruetype for fonts
skytrias·3 years ago·discusstodool is mostly custom built on top of sdl2, sdl2mixer and stbtruetype.the renderer does basic batching of commands
skytrias·3 years ago·discusshumble store and steam also allow software, epic games store doesnt allow software though
skytrias·3 years ago·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 years ago·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 years ago·discussyes it's completly offlinethe savefile is a .todool file which ppl wanted a json export optionoptions + theme files are json
skytrias·3 years ago·discussthanks for sharing, looks similar to https://www.taskpaper.com/ which is mac only
skytrias·4 years ago·discussHyped about the auto-tracing feature! The current version of spall has been very useful to me for some quick performance measurements.
skytrias·4 years ago·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