minimal_window
A very small C library for putting pixels on the screen, perfect for software raytracing projects. (by esnosy)
MiniRT
Ray tracing project for 42 school, Codam. (by gmzorz)
minimal_window | MiniRT | |
---|---|---|
1 | 1 | |
114 | 30 | |
- | - | |
7.9 | 0.0 | |
11 months ago | almost 3 years ago | |
C | C | |
GNU General Public License v3.0 only | 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.
minimal_window
Posts with mentions or reviews of minimal_window.
We have used some of these posts to build our list of alternatives
and similar projects.
MiniRT
Posts with mentions or reviews of MiniRT.
We have used some of these posts to build our list of alternatives
and similar projects.
-
Help with surface normals
I have written it out myself using two small functions in less than 30 lines. Code may seem a bit messy due to lack of operators, it was for a C school project.. 😅
What are some alternatives?
When comparing minimal_window and MiniRT you can also consider the following projects:
MinecraftC - A Raytraced Minecraft Classic 0.0.30a port to C
raytraCer - A C implementation of the Raytracer by Peter Shirley
raylib - A simple and easy-to-use library to enjoy videogames programming
lightdm-mini-greeter - A Minimal, Configurable, Single-User GTK3 LightDM Greeter
McCode - The home of the McStas (neutrons) and McXtrace (x-rays) Monte-Carlo ray-tracing instrument simulation codes.
C-Raytracer - A CPU raytracer from scratch in C