←back to thread

101 points NormalExisting | 1 comments | | HN request time: 0.24s | 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
DrFalkyn ◴[] No.43343281[source]
If portability is a goal you might want to use CMake and Docker.
replies(2): >>43343309 #>>43344650 #
johnnyjeans ◴[] No.43343309[source]
make is more portable than cmake. docker has zero value add from what I saw in the repo.
replies(3): >>43343564 #>>43343587 #>>43344017 #
Shorel ◴[] No.43343587[source]
Definitely not true in my experience.

Want to describe your issues with CMake?

Maybe the community can help you.

replies(2): >>43345291 #>>43345651 #
1. ◴[] No.43345291[source]