GithubHelp home page GithubHelp logo

raytracer's Introduction

Ray tracing

A simple raytracer in Rust based on Peter Shirley's Ray Tracing in One Weekend

Usage

cargo run --release -- <options>

Help

USAGE:
    raytracer [OPTIONS]

FLAGS:
    -h, --help       Prints help information
    -V, --version    Prints version information

OPTIONS:
    -o, --output <FILE>        Output file. If not specified, wrties to stdout.
    -s, --samples <samples>    Numner of samples per pixel [default: 100]
    -t, --threads <threads>    Number of threads to run [default: 1]
    -x, --x_res <x_res>        Width of trace in pixels [default: 200]
    -y, --y_res <y_res>        Height of trace in pixels [default: 100]

Sample Output

Well, this should look similar to all of the other projects following the same book, but here is an example:

Raytracer output: a few dozen raytraced spheres in a scene.

And an example with a light source: Raytracer output: a few dozen raytraced spheres illuminated by a light source.

Output format is deduced from the extension. Most formats aren't supported, but .jpg and .png will work.

Notes

If you specify less samples than threads, you will see a black image. This is because of an oversimplified work-splitting calculation.

raytracer's People

Contributors

superphunthyme avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.