RayTracer
Ray tracer with phong lighting, reflections, refractions, normal mapping, procedural textures, super sampling, and depth of field. (by marczych)
c-ray
c-ray is a small, simple path tracer written in C (by vkoskiv)
RayTracer | c-ray | |
---|---|---|
1 | 3 | |
183 | 796 | |
- | - | |
0.0 | 9.4 | |
over 1 year ago | 3 months ago | |
Forth | C | |
Apache License 2.0 | 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.
RayTracer
Posts with mentions or reviews of RayTracer.
We have used some of these posts to build our list of alternatives
and similar projects.
c-ray
Posts with mentions or reviews of c-ray.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2021-04-13.
-
I use Linux
Sort of hypothetical, of course. I just happen to collect old computer hardware and I like to see how old of a system I can compile one of my C projects for. But I bet it’s a requirement for many large software projects as well.
-
FOVO: A new 3D rendering technique based on human vision
> which I implemented for RenderMan
Cool, you work at Pixar? I've been working on a small hobby renderer [1] for a few years, and RenderMan has been a big inspiration!
[1] https://github.com/vkoskiv/c-ray
-
I feel like flying
Not sure if my long-time renderer project conforms to the suckless ethos. It’s 5 years old, ~8kloc, written in C99 and tries to go about things the simplest way possible. I do kind of pride myself on how much stuff I manage to remove from it as I slowly build it out to be more versatile.
What are some alternatives?
When comparing RayTracer and c-ray you can also consider the following projects:
cgl - CGL (C Game Library) is a multipurpose library mainly for recreational coding / demo scenes / prototyping / small games / experimentation.
plotoptix - Data visualisation and ray tracing in Python based on OptiX 7.7 framework.