mxcop / soft-tracer

Naive software voxel ray-tracer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Software Voxel Ray-tracer

This repo contains a naive implementation of a software voxel ray-tracer. The purpose of this project is to learn more about SIMD and ray-tracing.

Render preview

The images below were rendered on a single CPU thread.

About

Naive software voxel ray-tracer

License:MIT License


Languages

Language:C++ 90.6%Language:C 6.7%Language:CMake 2.0%Language:GLSL 0.6%