https://github.com/willothy/termulus
Debug environment for Sesh's terminal emulator. Heavily WIP.
https://github.com/willothy/termulus
Last synced: over 1 year ago
JSON representation
Debug environment for Sesh's terminal emulator. Heavily WIP.
- Host: GitHub
- URL: https://github.com/willothy/termulus
- Owner: willothy
- Created: 2024-02-03T12:00:58.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-04T07:09:24.000Z (over 2 years ago)
- Last Synced: 2025-02-05T04:48:58.539Z (over 1 year ago)
- Language: Rust
- Homepage:
- Size: 92.8 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# termulus
A development environment for [Sesh](https://github.com/willothy/sesh)'s terminal emulator.
It's quicker to setup an egui window than a nice tui so I figured I'd try implementing it this way
since I've also never used egui before. I also would like Sesh to be fully remote so that it could
potentially be used from a GUI, and not just in the terminal.
The egui implementation is based off of streams by [sphaerophoria](https://github.com/sphaerophoria).
The parser is diverging somewhat from sphaerophoria's project, but the design
takes a lot of inspiration from it.