InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now. Learn more →
TermGL Alternatives
Similar projects and alternatives to TermGL
-
zig
General-purpose programming language and toolchain for maintaining robust, optimal, and reusable software.
-
InfluxDB
InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
-
-
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.
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
-
-
-
-
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).
-
-
-
-
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)
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
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 - InfluxDB
www.influxdata.com | 12 May 2025
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.