undefined
Posted On Oct 4th, 2021
Started working on a prototype of a terminal emulator, the first part is to get a window opened
and render stuff on its surface. With the help of wgpu
and wgpu_glyph
, it’s a piece of cake.
The problem is when I started a pty
pair, the whole application choke because I tried to read fromptm
right in the event loop. Can’t handle it differently because I don’t have a proper
architecture.