←back to thread

101 points NormalExisting | 1 comments | | HN request time: 0.244s | source

Been making this rasterizer engine in C++ for the past few months, now also adding ray-tracing functionality to the system.

Simply load a model or generate a mesh, add some lights, and render.

Show context
pjc50 ◴[] No.43345634[source]
Is this a recreation of the venerable POV-RAY https://www.povray.org/ (30 years old now, wow)?
replies(1): >>43347657 #
1. dimatura ◴[] No.43347657[source]
povray is a raytracer, this is a rasterizer (like what openGL does, say). Different rendering techniques.