[Chipmunk2D4PB] 2D Physics Engine

Developed or developing a new product in PureBasic? Tell the world about it.
User avatar
IceSoft
Addict
Addict
Posts: 1616
Joined: Thu Jun 24, 2004 8:51 am
Location: Germany

[Chipmunk2D4PB] 2D Physics Engine

Post by IceSoft »

Chipmunk4PB_7.02 is available as UserLib written in C++:
Thanks to @Lunasole for his version too!

Home of the great Chipmunk2D physics library:
http://chipmunk-physics.net

Documentation of Chipmunk2D (You can use it 100% for the PB wrapper too):
http://chipmunk-physics.net/documentation.php


Chipmunk2D4PB download (download link is updated):
https://backups.rsbasic.de/__Chipmunk2D ... 180730.zip


Content:
PB example folder with some examples
Residents file: ...\Residents\Chipmunk4PB.res
UserLibrary: ...\UserLibraries\Chipmunk4PB
Examples:
  • Chains.pbi
    DoublePendulum.pbi
    GrainsDeSable.pbi
    GravityBounce.pbi
    LogoSmash.pbi
    OneWay.pbi
    Plink.pbi
    PyramidStack.pbi
    PyramidTopple.pbi
    Tank.pbi
    Tumble.pbi

[F12] = Step through the examples
[Mouse button] Left catch an object/ right uncatch it.
[D] Debug Draw modus on/off

Howto add it to PureBasic:
1) unzip the package
2) Copy the whole "PureBasic" folder over the existing PureBasic folder of your PureBasic installation
=> All Chipmunk2D4PB files will be copied into the PureBasic folder
3) Start PureBasic and run the 'Chipmunk2D4PB_Demo_20180718.pb' demo
Last edited by IceSoft on Fri Feb 03, 2023 10:10 pm, edited 34 times in total.
Belive!
<Wrapper>4PB, PB<game>, =QONK=, PetriDish, Movie2Image, PictureManager,...
IdeasVacuum
Always Here
Always Here
Posts: 6425
Joined: Fri Oct 23, 2009 2:33 am
Location: Wales, UK
Contact:

Re: Chipmunk 5.3.2 Userlib/Wrapper: Chipmunk4PB (WIP)

Post by IdeasVacuum »

A little furry animal for PB?
IdeasVacuum
If it sounds simple, you have not grasped the complexity.
User avatar
IceSoft
Addict
Addict
Posts: 1616
Joined: Thu Jun 24, 2004 8:51 am
Location: Germany

Re: Chipmunk 5.3.2 Userlib/Wrapper: Chipmunk4PB (WIP)

Post by IceSoft »

IdeasVacuum wrote:A little furry animal for PB?
Look itself:
Short compare between the both Chipmunk Wrapper 4.1.0 vs 5.3.2 (only Executables!)
http://www.file-upload.net/download-291 ... s.zip.html
Belive!
<Wrapper>4PB, PB<game>, =QONK=, PetriDish, Movie2Image, PictureManager,...
IdeasVacuum
Always Here
Always Here
Posts: 6425
Joined: Fri Oct 23, 2009 2:33 am
Location: Wales, UK
Contact:

Re: Chipmunk 5.3.2 Userlib/Wrapper: Chipmunk4PB (WIP)

Post by IdeasVacuum »

Aha, a physics engine! Very cool examples but nothing resembling our furry friends.

It's described here: http://howlingmoonsoftware.com/chipmunk.php

MIT License :mrgreen:
IdeasVacuum
If it sounds simple, you have not grasped the complexity.
Starwolf20
User
User
Posts: 25
Joined: Fri Sep 04, 2009 7:08 pm
Location: Corsica

Re: Chipmunk 5.3.2 Userlib/Wrapper: Chipmunk4PB (WIP)

Post by Starwolf20 »

IceSoft wrote: I can put some examples (executables) here today afternoon (if you wish it) ;-)
Please :D
User avatar
Rook Zimbabwe
Addict
Addict
Posts: 4326
Joined: Tue Jan 02, 2007 8:16 pm
Location: Cypress TX
Contact:

Re: Chipmunk 5.3.2 Userlib/Wrapper: Chipmunk4PB (WIP)

Post by Rook Zimbabwe »

Have you still got a copy of the plinko/pachinko game code I did with it? If so you can repost cause I lost it!
Binarily speaking... it takes 10 to Tango!!!

Image
http://www.bluemesapc.com/
IdeasVacuum
Always Here
Always Here
Posts: 6425
Joined: Fri Oct 23, 2009 2:33 am
Location: Wales, UK
Contact:

Re: Chipmunk 5.3.2 Userlib/Wrapper: Chipmunk4PB (WIP)

Post by IdeasVacuum »

Hey StarWolf20, IceSoft has already provided a link to the samples (scroll up a bit). Impressive too.
IdeasVacuum
If it sounds simple, you have not grasped the complexity.
User avatar
IceSoft
Addict
Addict
Posts: 1616
Joined: Thu Jun 24, 2004 8:51 am
Location: Germany

Re: Chipmunk 5.3.2 Userlib/Wrapper: Chipmunk4PB (WIP)

Post by IceSoft »

Here are also a link to my fist game BALANCE (WIP) which use the Chipmunk4PB Wrapper:
http://www.purebasic.fr/english/viewtop ... 5&start=15
Belive!
<Wrapper>4PB, PB<game>, =QONK=, PetriDish, Movie2Image, PictureManager,...
Alien Menace
New User
New User
Posts: 1
Joined: Fri Oct 29, 2010 6:06 am

Re: Chipmunk 5.3.2 Userlib/Wrapper: Chipmunk4PB (WIP)

Post by Alien Menace »

I am sooo stoked to see this project! Awesome.

thank you!
Suirad
User
User
Posts: 42
Joined: Sun Sep 20, 2009 7:37 pm
Location: Melbourne, Florida, USA

Re: [Chipmunk4PB] Userlib/Wrapper for 2D Physic Engine Chipm

Post by Suirad »

are you planning on releasing the chipmunk wrapper? or have i missed something? Ive seen your examples/games and would love to get a hold of it
User avatar
IceSoft
Addict
Addict
Posts: 1616
Joined: Thu Jun 24, 2004 8:51 am
Location: Germany

Re: [Chipmunk4PB] Userlib/Wrapper for 2D Physic Engine Chipm

Post by IceSoft »

Suirad wrote:are you planning on releasing the chipmunk wrapper? or have i missed something? Ive seen your examples/games and would love to get a hold of it
Yes it is planned after release of Chipmunk 5.3.3 and PureBasic 4.60.
Belive!
<Wrapper>4PB, PB<game>, =QONK=, PetriDish, Movie2Image, PictureManager,...
Suirad
User
User
Posts: 42
Joined: Sun Sep 20, 2009 7:37 pm
Location: Melbourne, Florida, USA

Re: [Chipmunk4PB] Userlib/Wrapper for 2D Physic Engine Chipm

Post by Suirad »

IceSoft wrote:Yes it is planned after release of Chipmunk 5.3.3 and PureBasic 4.60.
any specific reason why?
User avatar
IceSoft
Addict
Addict
Posts: 1616
Joined: Thu Jun 24, 2004 8:51 am
Location: Germany

Re: [Chipmunk4PB] Userlib/Wrapper for 2D Physic Engine Chipm

Post by IceSoft »

Suirad wrote:
IceSoft wrote:Yes it is planned after release of Chipmunk 5.3.3 and PureBasic 4.60.
any specific reason why?
Yes.
Belive!
<Wrapper>4PB, PB<game>, =QONK=, PetriDish, Movie2Image, PictureManager,...
User avatar
IceSoft
Addict
Addict
Posts: 1616
Joined: Thu Jun 24, 2004 8:51 am
Location: Germany

Re: [Chipmunk4PB] v0.1 is released

Post by IceSoft »

Small christmas gift:

Wrapper: Chipmunk4PB v0.1 released

Wrapper Status:
[100%] Chipmunk Source Code 5.3.4 adapt.
[100%] One Chipmunk demo (Stairs) adapt.

Download:
http://www.morty-productions.de/icesoft ... PB_0.1.zip
Belive!
<Wrapper>4PB, PB<game>, =QONK=, PetriDish, Movie2Image, PictureManager,...
User avatar
DoubleDutch
Addict
Addict
Posts: 3219
Joined: Thu Aug 07, 2003 7:01 pm
Location: United Kingdom
Contact:

Re: [Chipmunk4PB] v0.1 is released (2D Physic Engine Wrapper

Post by DoubleDutch »

Thanks and Merry Christmas! :)
https://deluxepixel.com <- My Business website
https://reportcomplete.com <- School end of term reports system
Post Reply