rhaskia / preTTY

Dioxus-based Terminal Emulator
7 stars 1 forks source link

Raw HTML Creation for Cells #13

Closed rhaskia closed 5 months ago

rhaskia commented 5 months ago

This might need to be something that refactors the whole terminal screen system, an AST-like structure would be ideal for translating directly into HTML and would likely be more memory-efficient for most programs. The only issue is I would have to set up an indexing system for the AST, and someway of starting new attributes, though I'm sure I can figure that out, maybe a recursive function? However that probably wouldn't work too well for streaming items in.