Skip to content

Distributed raytracer with ability to render scene with n number of machines on the network

License

Notifications You must be signed in to change notification settings

pankrator/Raytracer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Raytracer

Distributed raytracer with ability to render scene with n number of machines on the network

Currently there is only one default scene. Later scene will be loaded from a file.

#Get it started

  • Export jar file from Eclipse for example.
  • Open Command window or Terminal and type java -jar renderer.jar server. This will start the server.
  • In order to start a client open another Command window or Terminal and type java -jar renderer.jar client SERVER's IP. In the place of SERVER's IP type IP of the machine that server is running.
  • You can run it on your local machine if you don't have spare computers. For IP use 127.0.0.1

About

Distributed raytracer with ability to render scene with n number of machines on the network

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages