Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
skytrias
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
skytrias
4y ago
hey colin :D todool is built on top of sdl2 + mixer & stbtruetype for fonts
2.
▲
by
skytrias
4y ago
todool is mostly custom built on top of sdl2, sdl2mixer and stbtruetype. the renderer does basic batching of commands
3.
▲
by
skytrias
4y ago
once i get a mac it should be easy to port
4.
▲
by
skytrias
4y ago
humble store and steam also allow software, epic games store doesnt allow software though
5.
▲
by
skytrias
4y ago
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
6.
▲
by
skytrias
4y ago
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 writ
7.
▲
by
skytrias
4y ago
yes it's completly offline the savefile is a .todool file which ppl wanted a json export option options + theme files are json
8.
▲
by
skytrias
4y ago
thanks for sharing, looks similar to https://www.taskpaper.com/ which is mac only
9.
▲
Show HN: I Made a Todo List for Developer Power Users [video]
(youtube.com)
112 points
by
skytrias
4y ago
|
43 comments
10.
▲
by
skytrias
4y ago
Hyped about the auto-tracing feature! The current version of spall has been very useful to me for some quick performance measurements.
11.
▲
by
skytrias
5y ago
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