Skip to content

Tug/RayTracer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

RayTracer

RayTracer UI project in C++/CLI - Runs on windows only :(

Different methods of rendering are implemented :

  • RayCasting
  • RayTracing (with Bump Mapping)
  • Rasterizer (Orthographic Projection)

Scenes can be described and loaded dynamically from a json template, then object properties (such as position, color, texture, material indice...) can be modified manually.

The camera can also be moved but you will have to wait for the scene to render again (and don't expect more than 1 FPS).

So yes, this is a slow, over-engineered, piece of crappy code which probably has many bugs...

That being said, have fun with it !

About

Ray tracer project in C++/CLI

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published