raytraCer
A C implementation of the Raytracer by Peter Shirley (by elkiwy)
raytracer.hpp
Simple compile-time raytracer using C++17 (by tcbrindle)
raytraCer | raytracer.hpp | |
---|---|---|
1 | 2 | |
0 | 688 | |
- | - | |
0.0 | 0.0 | |
over 3 years ago | almost 3 years ago | |
C | C | |
- | Apache License 2.0 |
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.
raytraCer
Posts with mentions or reviews of raytraCer.
We have used some of these posts to build our list of alternatives
and similar projects.
raytracer.hpp
Posts with mentions or reviews of raytracer.hpp.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-04-22.
-
Ray Tracing in pure CMake
of course it's a thing
-
constexpr versus template
This does lead to some difficulties when you push things to extremes, however.
What are some alternatives?
When comparing raytraCer and raytracer.hpp you can also consider the following projects:
MinecraftC - A Raytraced Minecraft Classic 0.0.30a port to C
ascii-raytrace - ray tracing on the command line
TermGL - 2D & 3D graphics engine in the terminal [C/C++]
laigter - Laigter: automatic normal map generator for sprites!
MiniRT - Ray tracing project for 42 school, Codam.
C-Raytracer - A CPU raytracer from scratch in C
c-ray - c-ray is a small, simple path tracer written in C
tinyraytracer - A brief computer graphics / rendering course
minimal_window - A very small C library for putting pixels on the screen, perfect for software raytracing projects.