Git Product home page Git Product logo

cpp-11-ray-trace-march-framework's Introduction

C++11 Ray Tracing / Marching Framework

This is a basic C++11 OpenGL viewer application running a ray tracing / marching kernel for each tile in a pool of worker threads. The purpose of this application is to be a test framework for some rendering ideas I plan to explore.

Features

A basic rendering framework and a collection of different libraries.

  • Point, ray and triangle with AABB intersection
  • Two different ray / triangle intersection tests
  • Triangle / line segment distance functions
  • Ray / plane intersection
  • Template classes for vectors and matrices with common computer graphics operations implemented
  • OpenGL viewer with text rendering and frame limiter
  • Ten runtime switchable test scenes
  • Screenshot feature, writing of BMP images
  • Ray generation for orthographic and perspective cameras
  • Build-in Cornell Box scene
  • Tiled, parallel, CPU writeable + OpenGL drawable frame buffer system
  • 3D DDA based grid intersection accelerator
  • Basic mesh processing pipeline (load from disk, transform, compute normals etc.)
  • Sampling module supporting various Low Discrepancy Sequences / QMC methods
  • Time helpers for logging and performance measurement
  • Basic tracing / logging system
  • Super-sampling
  • Gamma correction

Building

Compiling has no prerequisites aside from a C++11 ready Clang and GLUT. I tested with Apple's command line development tools. Building should succeed with a simple

$ make

Images

Not much to see, just the basic are in place.

viewer scenes

Legal

This program is published under the MIT License.

Author

Developed by Tim C. Schroeder, visit my website to learn more.

cpp-11-ray-trace-march-framework's People

Contributors

blitzcode avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

Forkers

blizmax

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.