The teacher's lectures are much more efficient and easier to understand than I( a beginner) read a whole book to study. Additionally, I checked by entering the code while watching the video. This is already the third time and has been done so cleanly without any errors. I followed along while watching your video about the solar system and Jupiter(Planet_Simulation with gravity effect) a few days ago. You inspire me really! Thank you for the great lecture!!
You are absolutely amazing with this wide math pyhysics and programming knowledge. This aspects bringed together makes you fantastic programme. Thanks Tim
Thanks a lot! Really helpful tutorial! By the way: If somebody else run into "ValueError: cannot convert float NaN to integer" - I forgot to add mass to the structure. It seems you HAVE to set a mass here.
It's a rare experience to watch such clear thinking. I also debugged the same problems as you before watching how you fixed them. Major difference in time but I'm happy I found the errors. Feeling very inspired, thanks Tim!
This pymunk simulation is cool. Please do more. I'd like to learn enough to create an object that has mutiple connected points with an attached stylus that uses a fourier mathematical superposition formula (comple x plane) to draw a wave in normal space.
I'd love simulations that help visualize electromagnetism concepts! Things like electric/magnetic fields, propagating waves, solenoids, etc. Having simulations that can greatly help in visualizing these concepts!
Excellent tutorial! But I think we can skip the angle and distance calculation and just write : force_x = (press_pos1[0] - press_pos2[0]) * 100 force_y = (press_pos1[1] - press_pos2[1]) * 100
This video answered so many questions for me..thank you! There is not a lot of details on Pymunk (that are incomprehensible like the pymunk site) so more examples in a video would be fantastic. I am trying to build a pinball game from an image of a classic pinball game - that would demonstrate a lot of pymunk uses.
i remember watching a pygame tutorial by tim, that's when i had the idea to make my own physics engine lol it was super fun, i haven't finished it yet, i just halted it
Hello instructor, I have a question to ask you are: I don't have good logic, I learn math is about just C, Can I become software developer without not good logic ?. Question 2: Can I get a software developer position in enterprise with an associate degree not bachelor degree at USA?
hello tim. so i did everything till 21:39 and when i ran the program , it crashed with the error "TypeError: 'Vec2d ;' object is not callable. i then tried to fix it in a few ways , changing names of the fnctions and then trying different values in the function and its still not fixed. I tried to look up on google too to try to see the documentation and understand whats going on but still had no idea. could you please help me fix it?
'The ball shoots the the wall when the velocity is too high because the frame update hasn't checked for the collision before the ball moves past the wall' ... Dang that sounds suspiciously alot like quantum tunneling lol.
Amazing! I was just wondering if Pymunk / Pygame have any ability to deform an object under the exertion of a force / gravity? Would you make a video for this case?
Hi, nice video! I have a question, is there a way to add the rope when mouse down and when mouse up it's removed? I have tried to do it but it doesn't work...
Hey Tim. I purchased your Programming Expert yesterday and the website is not loading properly. I have tried everything. Deleting the cookies and tried to open it in an incognito window. But the Programming expert website is down for no reason. But the Algo Expert Website is working fine. Kindly check about the issue.
Ive also purchased and its working fine for me. Tried just now. Both on pc and on android. I use chrome. I really like the course also, it was beyond expectation
Can u try on a different device? I don’t see any issue on my end as well. Please ensure you clear the cache (not just the cookies) and then reloading the website.
Can I use this to simulate my parents being proud of me?
That’s a big ask…
@@TechWithTim Dang, Tim with literally no chill 😂😂
lol
Yes
The teacher's lectures are much more efficient and easier to understand than I( a beginner) read a whole book to study.
Additionally, I checked by entering the code while watching the video.
This is already the third time and has been done so cleanly without any errors. I followed along while watching your video about the solar system and Jupiter(Planet_Simulation with gravity effect) a few days ago.
You inspire me really!
Thank you for the great lecture!!
You are absolutely amazing with this wide math pyhysics and programming knowledge. This aspects bringed together makes you fantastic programme. Thanks Tim
Tim, take this up as a challenge and perform fluid simulation using python!
Thanks a lot! Really helpful tutorial!
By the way: If somebody else run into "ValueError: cannot convert float NaN to integer" - I forgot to add mass to the structure. It seems you HAVE to set a mass here.
I really enjoy these physics simulations... please do more... thanks
This guy is absolutely a genius! I wish I had his skills at his age!
I wish I had this video when I was studying physics at college
It's a rare experience to watch such clear thinking. I also debugged the same problems as you before watching how you fixed them. Major difference in time but I'm happy I found the errors. Feeling very inspired, thanks Tim!
This pymunk simulation is cool. Please do more.
I'd like to learn enough to create an object that has mutiple connected points with an attached stylus that uses a fourier mathematical superposition formula (comple x plane) to draw a wave in normal space.
I'd love simulations that help visualize electromagnetism concepts! Things like electric/magnetic fields, propagating waves, solenoids, etc. Having simulations that can greatly help in visualizing these concepts!
A video about creating a Lap Time Simulator (for a race car in a given circuit) in python would be interesting. These physics videos are cool.
Excellent tutorial! But I think we can skip the angle and distance calculation and just write :
force_x = (press_pos1[0] - press_pos2[0]) * 100
force_y = (press_pos1[1] - press_pos2[1]) * 100
This video answered so many questions for me..thank you! There is not a lot of details on Pymunk (that are incomprehensible like the pymunk site) so more examples in a video would be fantastic. I am trying to build a pinball game from an image of a classic pinball game - that would demonstrate a lot of pymunk uses.
Your videos are always TRUE! Love all contents you made...
Thanks for your videos
DId PyMunk can do destory ground effect, like a ball hit ground, the ground make a hole
i remember watching a pygame tutorial by tim, that's when i had the idea to make my own physics engine lol it was super fun, i haven't finished it yet, i just halted it
wow, where;s your project now
We need to know!
Hello instructor, I have a question to ask you are: I don't have good logic, I learn math is about just C, Can I become software developer without not good logic ?. Question 2: Can I get a software developer position in enterprise with an associate degree not bachelor degree at USA?
This looks a great library. I thought when you rotated the camera everything would tip out
hello tim. so i did everything till 21:39 and when i ran the program , it crashed with the error "TypeError: 'Vec2d ;' object is not callable.
i then tried to fix it in a few ways , changing names of the fnctions and then trying different values in the function and its still not fixed. I tried to look up on google too to try to see the documentation and understand whats going on but still had no idea. could you please help me fix it?
Great as always
@Tech With Tim
Thanks for this video. Can you show us how to make the flipper game too?
thansk Tim!
Nice, that was fun!
Thank you from India.
Great video Tim
28:56 you mean, you need conservation of momentum, not elasticity in order for the ball to "bounce".
Brilliant !
'The ball shoots the the wall when the velocity is too high because the frame update hasn't checked for the collision before the ball moves past the wall' ... Dang that sounds suspiciously alot like quantum tunneling lol.
Flash, take notes
Thank you so much!
Amazing! I was just wondering if Pymunk / Pygame have any ability to deform an object under the exertion of a force / gravity? Would you make a video for this case?
finally a nice video
Great video Tim! I was just wondering, how do you get the orange overlay on your pygame window instead of white?
What do you think about programming language Pascal?
Very updated Video 📸
Hello Tim, can you please make a ds algo series in python
a worth watching channel, very inspiring and thanks for sharing wonderful videos. Subbed and liked ! a fellow creator
Hey Tim 👍❤️ highly expressed
35:00 I've seen enough Super Mario 64 speedrun videos to know where this is going.
Is this something I can put on my resume?
Tim can you make DJANGO tutorials
He already did before
@@hypermeero4782 nah I’m talking about more Django apps, like a social media clone, chat application etc
34:41 That's escape velocity lolz
Wow that's very useful I was worried about how to make this simulation and test an AI creature in it
Fun!
Cool, can u make a video about making a game using both pygame and pymunk
Hi, nice video! I have a question, is there a way to add the rope when mouse down and when mouse up it's removed? I have tried to do it but it doesn't work...
should i download pycharm?
What is the purpose of separately importing "pymunk.pygame_util" when "pymunk" is already imported?
21:35 'Circle' object has no attribute 'add' line 22 why???
fixed it
'THIS TUTORIAL IS NOT FOR BEGINNERS' *Proceeds to explain what a break statement is...*
Can this be used to create a model rocket simulator?
I love Python more now
So cool
Blaze Mission
Farrell Light
does it work in 3D space?
More pymunk plssss
I get errors related to pylance. how do I resolve this?
Hey Tim. I purchased your Programming Expert yesterday and the website is not loading properly. I have tried everything. Deleting the cookies and tried to open it in an incognito window. But the Programming expert website is down for no reason. But the Algo Expert Website is working fine. Kindly check about the issue.
Ive also purchased and its working fine for me. Tried just now. Both on pc and on android. I use chrome. I really like the course also, it was beyond expectation
Can u try on a different device? I don’t see any issue on my end as well. Please ensure you clear the cache (not just the cookies) and then reloading the website.
what are you coding this on I've tried python IDEL and it didn't work
IDLE*
I like writing code in sublime text, but don't know how to run/give input. Please tell me how to do that.
You can’t in sublime
@@TechWithTim Then how are you running it in your's?
@@akrzha run code in Command line by giving the file name OR Look in the Tools menu for Build System and Build.
can you provide full code?
Monahan Greens
bro please make a video on automating whatsapp messages using python or any language
nice
Reilly Valley
where souce code?
37:32 watch the webcam its kinda sus
Vilma Locks
Can u make numpy tutorial
Breh... rolling balls kek
Evangeline Villages
Tim: does physics simulation
Also Tim: doesn't know how to spell pendulum 😅
beware long functions
Fourth!
dude,code available?
i am noob in pygame 0-0
Franecki Union
God bless chatgpt