Skip to content

anic17/projectile-simulator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Projectile Simulator

This program allows you to simulate projectile physics with variable initial conditions to see how it behaves. Feel free to play with it.

The purpose of making this projectile motion simulator was to learn a bit about JavaScript's 2D canvas and improve my web designing skills.

See the Live demo

Features

  • Path preview
  • Object bouncing & realistic collision physics
  • Five initial conditions that can be altered:
    • Angle
    • Initial speed
    • Gravity
    • Restitution coefficient
    • Initial height
  • Display of information about:
    • Time taken
    • Final velocity
    • Final position
    • Maximum height

Languages

The website is available in four languages: English (default), Catalan, French and Spanish. The language preferences get saved every time a language is selected.

Screenshot

Screenshot showing the user interface and the path of the ball

Copyright © 2024 anic17 Software