Wow, very cool, I am trying to do some experiment like this, but I am no way so advanced. Is it possible to see the source code? Anyway, thank you for posting the video!
I've started tinkering with it myself, and got a tutorial running, now I only have to understand what that means, and how to use it, but it's a start.
Also, I tried to find documentation for pimunk but no luck. There is only documentation for chipmunk in its original form.
Did you go around in the dark testing for yourself what worked and what didn't, or did you look at the documentation and figured it our from there by extrapolating what you read into how it would work under pygame?
You know what? I'm an idiot, apparently. I checked a little more thoroughly and found the ACTUAL documentation for pymunk, and I guess a decent tutorial.
so far ive made a background with a F-16 as the mouse thats controlled by your arrow keys(with the help of thenewbostons tutorials) well..anyway ide just love to see some of the code
is there a download for the code? ide love to see the code, i recently learned Python(at least enough to know what most f the functions do) and i got pygame, but i dunno how to make it so when you like clickyour mouse or a button you can fire a projectile-ima slplit this into 2 comments
I installed it but when I tried to open it, it said repair or delete and I repaired it then opened it and it said repair or delete again
brendonMilligan 2 months ago
Wow, very cool, I am trying to do some experiment like this, but I am no way so advanced. Is it possible to see the source code? Anyway, thank you for posting the video!
ilkov 3 months ago
make them bounce from the celling, walls and floor (let's assume, they're made from rubber).
dawidlaszuk 1 year ago
How can i do a Textbox with Pygame? (input high scores) or something along those lines?
Or Enter Password: kind of thing.
dragonmekill 1 year ago
@dragonmekill well, you have to program them yourself. There are no support classes except font.
Terabytekit 1 year ago
@Terabytekit Mehhhh, alright, thanks :-P
dragonmekill 1 year ago
@dragonmekill There is are libraries for input. PGU is quite easy to integrate with pygame.
compufreak88 7 months ago
which do you find better, pymunk, or pybox2d?
chrisxdeboy 2 years ago
i dont know anything about pybox2d
Terabytekit 2 years ago
dang, cause i want to find one to use, i have both installed tho, lol
chrisxdeboy 2 years ago
i'd say go with pybox, it looks simpler and more advanced
Terabytekit 2 years ago
yea, i looked up a comparison, pybox2d was faster too.
chrisxdeboy 2 years ago
How did you do to bind it to pygame?
unabomberman 2 years ago
pymunk does the calculations, then pygame asks for the data every frame and draws
Terabytekit 2 years ago
I've started tinkering with it myself, and got a tutorial running, now I only have to understand what that means, and how to use it, but it's a start.
Also, I tried to find documentation for pimunk but no luck. There is only documentation for chipmunk in its original form.
Did you go around in the dark testing for yourself what worked and what didn't, or did you look at the documentation and figured it our from there by extrapolating what you read into how it would work under pygame?
unabomberman 2 years ago
weell actually i used the pymunk tutorial found on googlepages
Terabytekit 2 years ago
You know what? I'm an idiot, apparently. I checked a little more thoroughly and found the ACTUAL documentation for pymunk, and I guess a decent tutorial.
Yep.
Thanks for you time, man.
unabomberman 2 years ago
humm.. could you give me a link to the doc?
Terabytekit 2 years ago
so far ive made a background with a F-16 as the mouse thats controlled by your arrow keys(with the help of thenewbostons tutorials) well..anyway ide just love to see some of the code
bubbletanking 2 years ago
is there a download for the code? ide love to see the code, i recently learned Python(at least enough to know what most f the functions do) and i got pygame, but i dunno how to make it so when you like clickyour mouse or a button you can fire a projectile-ima slplit this into 2 comments
bubbletanking 2 years ago
what code do you use to make it a closed box??..( i mean so that the balls dont fly away).....like a border at the edges
geganobo 2 years ago
i just created 5 static lines, that act like a border
Terabytekit 2 years ago
Nice vid :), what do you use to record it?
naipsak 2 years ago
I used Camtasia Camstudio. There is a freeware version.
Terabytekit 2 years ago