tui
Here are 1,001 public repositories matching this topic...
-
Updated
Jan 8, 2022 - C
-
Updated
Jan 9, 2022 - C
-
Updated
Jan 10, 2022 - JavaScript
-
Updated
Jan 10, 2022 - Go
-
Updated
Apr 27, 2021 - Go
-
Updated
Jan 11, 2022 - Go
It would be nice if one could document how the x and y coordinates are defined. (Beginners might not know about it and well the more documentation the better).
What I think when I see x and y:
What it actually is:
-
Updated
Jan 11, 2022 - Python
-
Updated
Mar 11, 2020 - Python
-
Updated
Dec 21, 2021 - Go
-
Updated
Jan 11, 2022 - Rust
-
Updated
Nov 9, 2021 - Go
Is your feature request related to a problem? Please describe.
I would like for an effect to render text (or ASCII characters) from left to right, like it's being typed out.
Describe the solution you'd like
Similar to the mirage effect (where text can be rendered one character at a time, only randomly), it would be cool to have text rendered one letter at a time from left to right, so
-
Updated
Aug 4, 2021 - Python
Vec2 is currently made of 2 usize. This means 16 bytes on x86_64, which is crazy.
A pair of u16 would probaby be enough (this puts a limit of 65k, or 32k if we used i16, which sounds enough). Or even u32/i32 would already halve the size.
The main issue is conversion with other types. We'll need to see when/how values are converted.
I have an idea for a new feature for jQuery Terminal
I think that to be correct the LICENSE file should include copyright notes from all projects that are included. And a copy of all licenses is inside that file.
All libraries from at the beginning of the jquery.terminal-src.js file should be looked up and
Improve this page
Add a description, image, and links to the tui topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the tui topic, visit your repo's landing page and select "manage topics."


As far as I understand it’s just changing where we look for the hooks. That should be fairly easy to add.
It would solve #1019 too