Giter Site home page Giter Site logo

ray-tracer's Introduction

Ray Tracer Engine

This is a ray tracer engine based on the books Ray Tracing in One Weekend and Ray Tracing: The Next Week by Peter Shirley.

The engine is written in Rust, adapted from the C++ version of the book. A few changes have been made from the provided implementation:

  • Multi-Threading support
  • SAH (Surface Area Heuristic) for building the BVH tree
  • Various optimizations for improving the run-time performance

Future plans:

  • Add support for other objects
  • Add support for more textures
  • Improve performance using Monte Carlo and other methods

Build and Run

First, install the latest stable version of Rust. Next, in this folder, run:

cargo run --release -- cornell-box

This will render the Cornell Box scene and output it under ./out.png. Simply open the image using your preferred image viewer.

Other scenes are provided. Simply run the following command to see all the possible command line arguments:

cargo run --release -- --help

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.