CursedGL
TermGL
CursedGL | TermGL | |
---|---|---|
3 | 7 | |
196 | 306 | |
- | - | |
5.9 | 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.
CursedGL
- TRex: 3D Rendering in the Terminal
-
[TRex v0.1.0] This is a 3D rasterizer I've written that renders to the terminal
There are other tradeoffs I've made, go check it out: https://github.com/saccharineboi/TRex
- Ncurses-based software rasterizer that renders directly to the terminal
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?
terminal-tool-builder-lib - This library can be used to create terminal tools easily and quickly.
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)
tirdad - TCP ISN CPU Information Leak Protection. TCP Initial Sequence Numbers Randomization to prevent TCP ISN based CPU Information Leaks.
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.
tinygl - The penultimate portable graphics library
TrippyGL - A simple, lightweight yet highly versatile OpenGL graphics library
pendulum - Inverted pendulum simulation on the terminal using c
RenderFlow - Visualize fluid simulation result with graphics API
gfxprim - Open-source modular 2D bitmap graphics library with emphasis on speed and correctness.
raytraCer - A C implementation of the Raytracer by Peter Shirley
PortableGL - An implementation of OpenGL 3.x-ish in clean C
plutonem - A C, C++, Rust and COBOL library to draw graphics with pixels in the terminal