hed
TermGL
hed | TermGL | |
---|---|---|
1 | 7 | |
54 | 306 | |
- | - | |
0.0 | 7.1 | |
about 1 year ago | over 1 year ago | |
C | C | |
GNU General Public License v3.0 only | MIT License |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
hed
-
How to view unknown characters if I nano a bin file
You cannot view a binary in a text editor. You'll want to use a hex editor for that (for example hed).
TermGL
-
Stop scanf from waiting for the user input
Non-blocking IO is probably your best bet. As someone who's spent a while programming for the command-line, I actually implemented a non-blocking read function for both windows and *nix, the output of which could simply be passed to sscanf. Take a look at the tglutil_read function from line 1092 here
- I created TermGL: A Cross-Platform 2D & 3D Graphics Library in the Terminal
- TermGL Release 1.0: Cross-Platform Graphics in the Terminal
-
I'm giving out microgrants to open source projects for the third year in a row! Brag about your projects here so I can see them, big or small!
TermGL is my open-source terminal graphics library, capable of both 2D and 3D color ASCII graphics in the terminal. It's written in C and only uses the standard library, so using it is really is as simple as importing the source files and compiling them.
- Created a terminal-based 3D graphics library written in C (/r/C_Programming)
- Peeps I found a cool use for your GPU accelerated terminals!!!
- Created a terminal-based 3D graphics library written in C
What are some alternatives?
bvi-lf - bvi-lf: bvi editor for binary files (hex editor) with large-file support [personal fork]
IBM3161-font - The monospaced bitmap font from IBM's 1985 'ASCII Display Station' (terminal), the IBM 3161. Includes versions for a multitude of devices and platforms. (Also on gitlab: https://gitlab.com/wyatt8740/IBM3161-font)
linux - Linux kernel source tree
Understanding-Unix-Linux-Programming - Source code of Understanding Unix/Linux Programming. The book provides example code in C, I would like to replicate it in Rust.
hexing - Graphical and minimalistic hex editor.
TrippyGL - A simple, lightweight yet highly versatile OpenGL graphics library
coreutils - upstream mirror
RenderFlow - Visualize fluid simulation result with graphics API
nnn - n³ The unorthodox terminal file manager
plutonem - A C, C++, Rust and COBOL library to draw graphics with pixels in the terminal
chafa - 📺🗿 Terminal graphics for the 21st century.
raytraCer - A C implementation of the Raytracer by Peter Shirley