hi there,
I guess by now everybody has seen the great just-for-func post from Francesc:
https://www.reddit.com/r/golang/comments/6zdu89/justforfunc_19_mastering_iopipes/
Being a Linux user, I was wondering whether anybody had started implementing a pure-Go terminal (like xterm
, urxvt
, iTerm2
, ...) with support for inline images
评论:
twek:
sbinet:I think you just volunteered ha
readonly123:that would certainly be a very educational UNIX project.
(and I guess that will probably be my X-mas project, if nobody jumps the gun)
sbinet:Beware. Writing a compliant terminal emulator is amazingly difficult.
AmduX:yes. I think I am aware that is difficult. (I probably don't know at what level of difficult it is. "Kid Chameleon (SEGA)" difficult, or regular difficult :})
computesomething:Kid Chameleon (SEGA) difficult, or regular difficult
Dark Souls with 1 HP and 1 Stamina difficult... :)
jahayhurst:There are a lot of existing projects to learn from though.
adrianojn:By all means, start with Linux - and scale back the features until you hit the bare minimum and it's approachable, but then add things back once you get the start.
However, port it to OSX and Windows and that'd be REAL legit. Esp for Windows.
Use suckless-st as starting point.
