#
tcell
Here are 26 public repositories matching this topic...
Terminal based ASCII fluid simulation controlled by your webcam. 🌊
golang
terminal
webassembly
wasm
face-detection
webcam
navier-stokes
fluid-solver
fluid-simulation
tcell
-
Updated
Jul 13, 2022 - Go
Gomphotherium (/ˌɡɒmfəˈθɪəriəm/; "welded beast"), a command line Mastodon client.
cli
commandline
rice
command-line
tui
command-line-tool
mastodon
terminal-based
cobra
text-user-interface
activitypub
mastodon-app
mastodon-api
mastodon-client
tview
tcell
-
Updated
Jul 1, 2022 - Go
Modeling the binding of CDR3 sequences to epitopes.
-
Updated
Mar 31, 2019 - Python
Little snake game running on the terminal
-
Updated
Dec 15, 2019 - Go
A mouse-oriented terminal user interface library built on tview
-
Updated
Jan 30, 2021 - Go
Terminal relaxing figure generator💆♀️ 💆♂️
-
Updated
May 4, 2020 - Go
A simple wrapper for tcell-based text-only interfaces.
-
Updated
Oct 28, 2021 - Go
Another one version of the classic snake game written in golang with a library tcell.
-
Updated
Jan 17, 2022 - Go
multifunction command line timer ⏳ 👨💻
-
Updated
Apr 24, 2022 - Go
EMBL-EBI scRNA Bioinformatics T cell course 2022
-
Updated
Jul 7, 2022 - HTML
Code for Jonsson*, Zhang*, et al, TteK (Granzyme K+ CD8 T cells), Science Translational Medicine, 2022: the core population of inflamed human tissue-associated CD8 T cells.
-
Updated
Jul 1, 2022 - Jupyter Notebook
Reimplementation of Flappy Bird in console. In Go, with tcell lib.
-
Updated
Sep 11, 2019 - Go
Improve this page
Add a description, image, and links to the tcell topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the tcell topic, visit your repo's landing page and select "manage topics."
One of the property of pagers like
lessis that they are memory bounded by default, so they don't read the entire file into memory and can easily be used on huge files (say 100s of GBs)Looking at
lesssource code, this doesn't seem trivial to implement.But this would be a great win for
ov!