You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
hellojukay@local test $ go build main.go
hellojukay@local test $ ./main
usage: duitedit file
hellojukay@local test $ ./main main.go
new dui: drawfcall.New: exec: "devdraw": executable file not found in$PATH
pure golang ???????
The text was updated successfully, but these errors were encountered:
true, you need devdraw. that's why it is "pure go (*)" with the asterisk explained.
quite some time ago i attempted to replace devdraw with pure go native ui code. clearly i didn't finish it...
it seems possible to do so on win32, x11, wayland, plan9. i didn't find a way to do so on macos. i think my plan was to use pure go native ui code when available, and still fall back to devdraw otherwise (eg macos).
pure golang ???????
The text was updated successfully, but these errors were encountered: