Projectile Calculator software

AI Thread Summary
The Projectile Calculator software is a free, open-source application designed to analyze projectile motion, calculating parameters like final velocity, horizontal displacement, and maximum height. It features a plotting capability and can output data to a file, facilitating the study of projectile motion dynamics. Users reported initial issues with running the software due to a missing "libgsl.dll" file, which was resolved by copying the necessary DLL into the program's directory. Suggestions for improvements include adding air drag coefficients for more accurate simulations and providing clearer usage instructions for beginners. The software is developed using wxWidgets, making it potentially portable to other operating systems.
pratik.t
Messages
3
Reaction score
0
Hi all,

I am a software developer and wrote this application just for fun

A short synopsisThis is a simple program to find the various parameters like final velocity, horizontal displacement and maximum height reached by a trajectory or a projectile. It also plots the path of the projectile and can output it to a file.

You can use this application to study the projectile motion and its various aspects, such as variation of range and height with angle of launch.

It can also find the particle's ( x, y ) location based on time and vice versa calculate any two of the three parameters (x,y,t) knowing just one
here is the link of the project page
http://sourceforge.net/projects/projectilecalc/

here you can download the latest version (for win32 although you can very easily port it to Mac OS X and Linux as well as it is written in wxWidgets and uses MathGL for plotting)
http://downloads.sourceforge.net/projectilecalc/projectilecalc-2.01-beta-bin.zip

here is the project website (out of date need to update it also u cannot contact me from there as it is not working ATM but i shall hopefully fix it soon)
http://projectilecalc.sourceforge.net

it is a work in development and all feedback and constructive criticism would be greatly appreciated.
 
Last edited by a moderator:
Physics news on Phys.org
Projectile Motion Software

Can people give me suggestions, report bugs etc. so that I can improve this software which is open-source and a freeware.
 

Attachments

  • new.jpg
    new.jpg
    27.1 KB · Views: 528
  • screen1.jpg
    screen1.jpg
    46.8 KB · Views: 618
Last edited by a moderator:


Hi

I have download the software but I cannot get it to run because a message comes up "libgsl.dll not found" what do I need to do to get the program to run?

Thanks
 
Hi Pratik

Many thanks for the prompt reply. I have followed your instructions and copied the file to the directory, the program now loads and works OK. Just one other thing, in order to help the total ignorant (like me) it may help to put some instructions on how to use the program.

Thanks again, very useful
 
Great work! I have some time to look into your code. Them Mainly code was doing GUI related work and there is a calc() to do the core task. I think you should add some air drag coefficient to simulate more precisely.

by the way, I'm not familiar with wxwidget, But you GUI design is cool.

And it's easy to add a link here, and you have already solved it.:smile:
 
hey, would it be possible to write the same type of program, but for a ti 83 calculator? that would rok

thnx:-p
 
Back
Top