C-Raytracer
A CPU raytracer from scratch in C (by wojciech-graj)
ascii-raytrace
ray tracing on the command line (by OscarSaharoy)
C-Raytracer | ascii-raytrace | |
---|---|---|
2 | 2 | |
67 | 28 | |
- | - | |
0.0 | 0.0 | |
about 3 years ago | over 2 years ago | |
C | C | |
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.
C-Raytracer
Posts with mentions or reviews of C-Raytracer.
We have used some of these posts to build our list of alternatives
and similar projects.
ascii-raytrace
Posts with mentions or reviews of ascii-raytrace.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2021-05-06.
-
I made a ray tracer on the command line for my first project after reading Modern C :)
https://github.com/OscarSaharoy/ascii-raytrace/blob/master/ascii-raytrace.c#L11
What are some alternatives?
When comparing C-Raytracer and ascii-raytrace you can also consider the following projects:
gust_tools - A set of utilities for dealing with Gust (Koei Tecmo) PC games files
3D-Raycaster-Engine - OpenGL Raycaster written in C.
raytraCer - A C implementation of the Raytracer by Peter Shirley
retrocube - πΊπ½ 3D voxel graphics engine on the terminal in standard C without third parties
minimal_window - A very small C library for putting pixels on the screen, perfect for software raytracing projects.
raytracer.hpp - Simple compile-time raytracer using C++17