hey colin :D todool is built on top of sdl2 + mixer & stbtruetype for fonts
HN user
skytrias
todool is mostly custom built on top of sdl2, sdl2mixer and stbtruetype.
the renderer does basic batching of commands
once i get a mac it should be easy to port
humble store and steam also allow software, epic games store doesnt allow software though
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
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.
yes it's completly offline
the savefile is a .todool file which ppl wanted a json export option
options + theme files are json
thanks for sharing, looks similar to https://www.taskpaper.com/ which is mac only
Hyped about the auto-tracing feature! The current version of spall has been very useful to me for some quick performance measurements.
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