Skip to content

A barely functional terminal emulator written in Rust. For nothing but fun.

Notifications You must be signed in to change notification settings

huytd/snarkyterm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nothing much to say now.

The basic architecture (kind of) so far is:

┌────────┐        ┌──────────────────┐
│  ptm   │◀──────▶│  device::Shell   │
└─┬────▲─┘        └──────┬────▲──────┘
  │    │               read   │
┌─▼────┴─┐               │  write
│  pts   │        ┏━━━━━━▼━━━━┻━━━━━━┓
├────────┤        ┃ winit::EventLoop ┃
│ $SHELL │        ┗━━━━━━━━┳━━━━━━━━━┛
└────────┘                 │udpate
                           │
                  ┌────────▼─────────┐
                  │terminal::Terminal│
                  └─────┬────────────┘
                        │
                  ┌─────▼────┐
                  │  Cursor  │
                  ├──────────┴────┐
                  │ CharacterGrid │
                  └───────────────┘

See DEVLOG for the progress.

About

A barely functional terminal emulator written in Rust. For nothing but fun.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages