Skip to content

CSChisholm/raytracing

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ray tracing

Original repository

Implements General Ray-Tacing Procedure

Installation

Prerequisites

  • numpy
  • matplotlib
  • scipy

Download and install

git clone https://github.com/CSChisholm/raytracing.git
cd raytracing
python3 setup.py install

Use

from raytracing import raytracing as rt

See Examples.

The example scripts can be imported and run using

from raytracing import Examples as rtExamples
rtExamples.Imaging.main() 

About

Simple python script for raytracing

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%