imsakg / beam-gleam

Experimental raytracer.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Beam Gleam

Logo

Description

Beam Gleam is a ray tracing engine written in Rust. It is a work in progress and is not yet usable.

Usage

The engine using PPM format to encode image and pushing image buffer to standard output to print the image. Since it using standard output, you need to pipe the output to a file to save the image.

To save the image to a file, use the following command:

cargo run --release > image.ppm

About

Experimental raytracer.


Languages

Language:Rust 100.0%