Viewing profile — skytrias
skytrias
HN member- Joined
- Sat, Feb 19, 2022, 1:45 PM UTC
- HN karma
- 66
- Public activity
- 11 items
- HN profile
- View on Hacker News ↗
About skytrias
No profile information was provided.
Recent public activity
-
comment
Comment #34731073
hey colin :D todool is built on top of sdl2 + mixer & stbtruetype for fonts
-
comment
Comment #34730859
todool is mostly custom built on top of sdl2, sdl2mixer and stbtruetype. the renderer does basic batching of commands
-
comment
Comment #34730778
once i get a mac it should be easy to port
-
comment
Comment #34727830
humble store and steam also allow software, epic games store doesnt allow software though
-
comment
Comment #34727821
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
-
comment
Comment #34726343
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 …
-
comment
Comment #34726243
yes it's completly offline the savefile is a .todool file which ppl wanted a json export option options + theme files are json
-
comment
Comment #34726202
thanks for sharing, looks similar to https://www.taskpaper.com/ which is mac only
-
story
Show HN: I Made a Todo List for Developer Power Users [video]
Hey HN, I've been working on Todool for a year trying to make an editor that fits my development workflow. a) Fast text-editing without needing to touch the mouse b) Multi-Selectio…
-
comment
Comment #34219401
Hyped about the auto-tracing feature! The current version of spall has been very useful to me for some quick performance measurements.
-
comment
Comment #30397124
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…