SaaSHub helps you find the best software and product alternatives Learn more →
TermGL Alternatives
Similar projects and alternatives to TermGL
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
-
keepassxc
KeePassXC is a cross-platform community-driven port of the Windows application “KeePass Password Safe”.
-
-
lively
Free and open-source software that allows users to set animated desktop wallpapers and screensavers powered by WinUI 3.
-
-
-
-
-
-
space-station-14
A multiplayer game about paranoia and chaos on a space station. Remake of the cult-classic Space Station 13.
-
rpi-rgb-led-matrix
Controlling up to three chains of 64x64, 32x32, 16x32 or similar RGB LED displays using Raspberry Pi GPIO
-
GitExtensions
Git Extensions is a standalone UI tool for managing git repositories. It also integrates with Windows Explorer and Microsoft Visual Studio (2015/2017/2019).
-
-
-
-
-
TermGL discussion
TermGL reviews and mentions
-
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
-
A note from our sponsor - SaaSHub
www.saashub.com | 14 Jun 2026
Stats
wojciech-graj/TermGL is an open source project licensed under MIT License which is an OSI approved license.
The primary programming language of TermGL is C.