You are browsing as a guest. Sign up (or log in) to start making projects!

Aster

  • 1 Devlogs
  • 2 Total hours

A customizable terminal emulator and multiplexer because I got very bored with my regular old windows terminal, hehe.

Open comments for this post

1h 34m 56s logged

i need to write more and edit this cause i have bad internet So I started ASTER, a FULLY-customizable terminal emulator and multiplexer in Rust. This is also my first Rust project (I have had a little dusting up in Rust so dont worry too much). But I did have to get familiar with borrowing a bit more, and enums. I started with the terminal itself then the GUI. I created the Cell structure to show all individual characters and their formatting, then built a terminal width using a flat Vec. Each (x,y) coordinate represents an index using that y * width + x formula.

0
0
4

Delete project?

Are you sure you want to permanently delete this project? This action cannot be undone.

All devlogs, followers, and associated data will be removed.

Followers

Loading…