Skip to content

sbnietert/TypeScript-Ray-Tracer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TypeScript Ray Tracer

Simple ray tracing using TypeScript, Web Workers, and HTML5 Canvas. See it in action here.

This is a ported and upgraded version of the C++ ray tracer I built as a final project for my first CS course in college.

##Usage The included scene files demonstrate all of the ray tracer's current features. Meshes must be loaded using the .OFF file format.

The TypeScript needs to be compiled into two JavaScript files: one for the scene viewer and one for the background process. compile.bat will do this automatically.

##Thanks

The following libraries / open-source projects were used in the development of this project:

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages