andrecastelo / go-raytracer

Building a raytracer to learn go

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Go Raytracer

Random raytracer built to learn Golang.

Justfile

This project uses Just instead of Make because reasons. Make sure it is installed, could be useful. For MacOS:

$ brew install just

For a list of all possible commands:

$ just

About

Building a raytracer to learn go


Languages

Language:Go 98.0%Language:Just 2.0%