PaNDa2code/zerotty
Cross compiled terminal emulator written in zig
9d399c0895de4746c1fcab366841e2ab031b0429
a5b065dbdce02ea86c0c45cf1c9f5c64b1d6f5b2
259f5b98ae7b09067f663ebe5a2f523ecea1b314
b11eecd68fb4b770f30fe2c9da522ff966f95b1e
f879074293f0e2f718c93fd19cc0a96260a3aa52
62a853cd3b3134398ce85cde8bb5cbb2ef0194cb
7b15bbef199ab1c3aec18f62b98e6924d9441d7e
ZeroTTY is a terminal emulator project. It focuses on cross-compilation, native execution, and low-level design to achieve high speed and performance across various operating systems.
git clone github.com/PaNDa2code/zerotty
cd zerotty
zig build -Drender-backend=OpenGL
./zig-out/bin/zerotty
Developed primarily in Zig, leveraging its capabilities for cross-compilation and system-level programming.
Current compatibility status across platforms and architectures:
OperatingSystem | x86_64 |
ARM64 |
ARMv7 |
---|---|---|---|
Linux | 🚧 | 🚧 | 🚧 |
Windows | 🚧 | 🚧 | ❌ |
macOS | 🚧 | ❌ | ❌ |
Android | ❌ | ❌ | ❌ |
iOS | ❌ | ❌ | ❌ |
Contributions are welcome. Fork the repository and submit pull requests.