Code Monkey home page Code Monkey logo

raytracing-in-a-weekend-walkthrough's Introduction

# Raytracer Project

## How to find what you are looking for in the commits

You can use the progress_screenshots folder to find any meaningful milestone and move between these commits.
I am otherwise loosely commiting a lot of stuff at once which might be hard to follow (and therefore my commit messages don't mean much...)

## How to compile

You can use the "basic" vscode setup to compile C++ using the tasks.json file

## How to view output

Until refactored, the output uses the ppm fileformat which is unfortunately pretty much unreadable on Windows 11
However you can go to [this site](https://www.cs.rhodes.edu/welshc/COMP141_F16/ppmReader.html) to load your ppm in the browser and view the file
(I guess you could also create your own visualizer or find one on github since ppm is such a simple format)

I'll probably try to output to png or jpeg as an exercise once this project's done (although might be a little complex from what I know about both formats)

## Credits

This work is based on the book [_Ray Tracing in One Weekend_](https://raytracing.github.io/books/RayTracingInOneWeekend.html) by Peter Shirley, Trevor David Black, Steve Hollasch

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.