Skip to content

Latest commit

 

History

History
29 lines (17 loc) · 925 Bytes

README.md

File metadata and controls

29 lines (17 loc) · 925 Bytes

Ray-Traincer

About Project:

A simulation of the behavior of a source of light over a moving train.

The project aims to generate a bach of rays placed based on their proportional space of a circle and search if any of the rays collide with a surface. If so the ray must be blocked by the surface.

Try it at:

https://elenjendro.com/Ray-Traincer/

Instalation Guide:

If you are interested in runnign the simulation localy from your computer you could clone the project with the following command:

$ git clone https://github.com/elenjendro/Ray-Traincer.git

Ones you have the project directory in your system just open the index.html with your browser.

Development tools:

  • The code was edited from Vim.
  • The programing language mainly JavaScript.
  • The browser engine used during development was Firefox.