mirror of
https://github.com/nicoburns/blessed-rs
synced 2024-11-10 06:14:15 +00:00
Add terminal rendering libraries
This commit is contained in:
parent
a74d0ca425
commit
80d3bb517f
1 changed files with 21 additions and 0 deletions
|
@ -418,6 +418,27 @@
|
|||
}]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"slug": "rendering",
|
||||
"name": "Terminal Rendering",
|
||||
"description": "For fancy terminal rendering and TUIs. The crates recommended here work cross-platform (including windows).",
|
||||
"purposes": [
|
||||
{
|
||||
"name": "Coloured Output",
|
||||
"crates": [{
|
||||
"name": "termcolor",
|
||||
"notes": "Cross-platform terminal colour output"
|
||||
}]
|
||||
},
|
||||
{
|
||||
"name": "Full TUI library",
|
||||
"crates": [{
|
||||
"name": "crossterm",
|
||||
"notes": "Cross-platform terminal rendering and event handling"
|
||||
}]
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue