sclocka
The real screensaver/lock for terminals (by mezantrop)
TermGL
2D & 3D graphics engine in the terminal [C/C++] (by wojciech-graj)
sclocka | TermGL | |
---|---|---|
1 | 7 | |
16 | 306 | |
- | - | |
5.9 | 7.1 | |
over 1 year ago | over 1 year ago | |
C | C | |
BSD 2-clause "Simplified" License | MIT License |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
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.
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.
sclocka
Posts with mentions or reviews of sclocka.
We have used some of these posts to build our list of alternatives
and similar projects.
-
What's about a screensaver/screenlocker for terminal?
My attempt to write a real terminal screenlocker / screensaver to run in background and lock a session. Not without issues, but working: https://github.com/mezantrop/sclocka (Sorry for Windows ;) )
TermGL
Posts with mentions or reviews of TermGL.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2021-12-28.
-
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