2 releases
0.1.1 | Dec 25, 2024 |
---|---|
0.1.0 | Dec 25, 2024 |
#29 in Rendering
250 downloads per month
21KB
586 lines
BlandSoft BSTrace
Free RayTracing Software for Personal Computers
Building
Clone the git repo then do cargo build --release
.
Installing
After building, do cargo install --path .
. This will install the release binary and put the bs-trace
binary on your PATH to be run from the command line.
Running
After installing, run bs-trace
from the command line. Alternatively, from the cloned repo root do cargo run
.
The program will compute a ray-traced image of two spheres and write the output in PPM format to the current working directory as "out.ppm".
Copyright, Copying & Licensing
BlandSoft BSTrace Copyright (C) Elizabeth Bland 2024
BlandSoft BSTrace is made freely available under the GNU General Public License as published by the Free Software Foundation, version 3. ("GPL-3.0-only")
See COPYING for a copy of the licence text.
Dependencies
~160KB