Skip to content

Latest commit

 

History

History
42 lines (26 loc) · 728 Bytes

README.md

File metadata and controls

42 lines (26 loc) · 728 Bytes

Ray Tracing Project

The implementation of the Ray Tracing algorithm for Computer Graphics signature.

Getting Started

This project was develop on Ruby and use the next gems:

  • opengl
  • glu
  • glut
  • chunky_png

Prerequisites

What things you need to install and how to install them

  • Ruby - The programming language
$ gem install bundler

Installing gems

Only need to excecute:

$ bundle install

Running project

$ ruby main.rb

Authors

See also the list of student's projects who participated in this classroom project.