Building a 3D Python Model for the Motion of a Projectile

preview_player
Показать описание
Here is a tutorial on building a python (glowscript / Vpython) model for projectile motion.

Code here.
Рекомендации по теме
Комментарии
Автор

This is a great introduction to computational physics

Andre-xust
Автор

I'm currently making a pretty realistic ballistic missile in Besiege (you can find this game on steam), and I'm watching your video for the trajectory design hehe.

alexwang
Автор

Hi! What would you do if you wanted to aim the projectile on any given point x, y, z?

bahamajo
Автор

you need not to leave python to get some visual representation of things. There is tkinter module already provied, and in there you can experiment with canvas and drawing objects on it

Neuroszima
Автор

Hi, I'm a complete beginner to programming so I'm sorry if this is a stupid question but I'm using this video as a reference for a small project I'm doing In physics class, but i'm wondering if you could explain how to time is able to print properly at the end when the only calculations we added for time is t=t+dt which seems like it should be just 0.01. This video is really helpful, I love how you explain everything and how you derived the formulas. Thanks :)

kelseywhite
Автор

Can I add in a slider or input for a launch angle variable? I can't seem to figure that out :/

ZinkZoodles
Автор

hi guys i want a 2d projectile motion with blocks in trinket please

truthseeker