Skip to content

ssangx/raytracing.cuda

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ray Tracing

Introduction

This is the CUDA implementation of ray-tracing algorithm. The project was initially inspired by Ray Tracing In One Weekend/The Next Week

How to run

cd build
cmake ../
make
./Raytracing

Rendering results

A low resolution result for mesh rendering:

Todo List

  • Finish the basic functionality
  • Load arbitrary model and rendering
    • Rendering triangles
    • Rendering mesh
  • Load scene from xml file
  • Importance sampling

About

Ray Tracing implemented with CUDA

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published