Skip to content

dhruvbhatt553/RayOpticsVisualizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ray-Optics Visualizer

About

It is an application that helps students visualize the images formation through lens and mirror. The User can change many variable involved in image formation like distance, height, focal length and refraction index (specifically for lens)

Tech Stack

The project was made in java with Java Swing library.

Compile and Run

Open the project in your terminal. Once you are inside the directory RayOpticsVisualizer, compile the files using below given command:

javac -d "./bin" Run/*.java

Having executed the above command, .class files will be created inside bin folder. Move to directory bin by using command:

cd bin

To run the project, use the command:

java Run/FrontPage

Collaborators

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages