HackerTrans
TopNewTrendsCommentsPastAskShowJobs

skytrias

no profile record

Submissions

Show HN: I Made a Todo List for Developer Power Users [video]

youtube.com
112 points·by skytrias·3 anni fa·43 comments

comments

skytrias
·3 anni fa·discuss
hey colin :D todool is built on top of sdl2 + mixer & stbtruetype for fonts
skytrias
·3 anni fa·discuss
todool is mostly custom built on top of sdl2, sdl2mixer and stbtruetype.

the renderer does basic batching of commands
skytrias
·3 anni fa·discuss
once i get a mac it should be easy to port
skytrias
·3 anni fa·discuss
humble store and steam also allow software, epic games store doesnt allow software though
skytrias
·3 anni fa·discuss
dont have high DPI but I enabled the setting

you can scale tasks up/down with ctrl+scroll

UI text scale can be adjusted in the options file - dont have a slider for it
skytrias
·3 anni fa·discuss
Agreed 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·discuss
yes it's completly offline

the savefile is a .todool file which ppl wanted a json export option

options + theme files are json
skytrias
·3 anni fa·discuss
thanks for sharing, looks similar to https://www.taskpaper.com/ which is mac only
skytrias
·4 anni fa·discuss
Hyped 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·discuss
if you really care about that so much you can create an alias procedure with a different name and use that throughout your package

import "core:fmt"

print :: fmt.println

// you can use print("test") now