TermGL
raytraCer
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.
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
raytraCer
What are some alternatives?
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)
MinecraftC - A Raytraced Minecraft Classic 0.0.30a port to C
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.
MiniRT - Ray tracing project for 42 school, Codam.
TrippyGL - A simple, lightweight yet highly versatile OpenGL graphics library
c-ray - c-ray is a small, simple path tracer written in C
RenderFlow - Visualize fluid simulation result with graphics API
minimal_window - A very small C library for putting pixels on the screen, perfect for software raytracing projects.
plutonem - A C, C++, Rust and COBOL library to draw graphics with pixels in the terminal
C-Raytracer - A CPU raytracer from scratch in C
chafa - 📺🗿 Terminal graphics for the 21st century.
raytracer.hpp - Simple compile-time raytracer using C++17