Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 377 Bytes

File metadata and controls

11 lines (8 loc) · 377 Bytes

rayterm

Terminal emulator made with raylib. 2023, Jonathan Tainer.

To Do:

  • Render monospace text to the screen and handle key presses
  • Execute shell in a new process
  • Pipe stdin and stdout of shell into parent process (terminal)
  • Handle most common escape sequences necessary for TUI apps like vim
  • Add graphical settings menu, CRT shader, etc