Tokamak Game Physics SDK for FreeBASIC. (Win32 and Linux)

Headers, Bindings, Libraries for use with FreeBASIC, Please include example of use to help ensure they are tested and usable.
Post Reply
D.J.Peters
Posts: 8586
Joined: May 28, 2005 3:28
Contact:

Tokamak Game Physics SDK for FreeBASIC. (Win32 and Linux)

Post by D.J.Peters »

Tokamak C++ physic library for FreeBASIC.

viewtopic.php?f=14&t=28909

Joshy
Last edited by D.J.Peters on Dec 25, 2021 17:33, edited 11 times in total.
h4tt3n
Posts: 698
Joined: Oct 22, 2005 21:12
Location: Denmark

Post by h4tt3n »

Awesome! I'll check this out as soon as I have the time :-)
1000101
Posts: 2556
Joined: Jun 13, 2005 23:14
Location: SK, Canada

Post by 1000101 »

Does this make use of present hardware acceleration such as CUDA or the like?
D.J.Peters
Posts: 8586
Joined: May 28, 2005 3:28
Contact:

Post by D.J.Peters »

1000101 wrote:Does this make use of present hardware acceleration such as CUDA or the like?
No it's only a realy stable C++ open source library

Joshy
D.J.Peters
Posts: 8586
Joined: May 28, 2005 3:28
Contact:

Post by D.J.Peters »

i got all importend things including all C++ callbacks

classes:
neRigidBody
neRigidBodyController
neParticle
neAnimatedBody
neGeometry
neJoint
neJointController
neSensor

callbacks:
CollisionInfoCallback
neRigidBodyControllerCallback
neJointControllerCallback
neBreakageCallback
neTerrainTriangleQueryCallback
neCustomCDRB2RBCallback
neCustomCDRB2ABCallback

Joshy
Last edited by D.J.Peters on Nov 13, 2009 12:25, edited 1 time in total.
DarkCoder
Posts: 2
Joined: Feb 15, 2009 2:08

Post by DarkCoder »

Very nice port D.J.Peters i saw this from the Basic4gl Forum (aka Im darkjester) Hope to see this used alot in freebasic -josh
D.J.Peters
Posts: 8586
Joined: May 28, 2005 3:28
Contact:

Post by D.J.Peters »

fixed one bug.

Joshy
Last edited by D.J.Peters on Nov 15, 2009 7:58, edited 1 time in total.
D.J.Peters
Posts: 8586
Joined: May 28, 2005 3:28
Contact:

Post by D.J.Peters »

flying without air :lol:

I played around with NE_MOTOR_SPEED and got a faked fly

MotorTest02.bas in the zip file.

Joshy
Image
Image
Image
D.J.Peters
Posts: 8586
Joined: May 28, 2005 3:28
Contact:

Post by D.J.Peters »

Now for Windows and Linux see first post.

Joshy
setiajie
Posts: 23
Joined: Jan 27, 2010 13:30

death link ....

Post by setiajie »

D.J.Peters
Posts: 8586
Joined: May 28, 2005 3:28
Contact:

Re: death link ....

Post by D.J.Peters »

no problem here try it again.

Joshy
setiajie
Posts: 23
Joined: Jan 27, 2010 13:30

...

Post by setiajie »

oke ... today i try it's worked ... thank you
D.J.Peters
Posts: 8586
Joined: May 28, 2005 3:28
Contact:

Post by D.J.Peters »

funy bug, themselves stimulate convex hulls :-)

last video in the youtube playlist of my Tokamak Physics Engine videos.
Mihail_B
Posts: 273
Joined: Jan 29, 2008 11:20
Location: Romania
Contact:

Post by Mihail_B »

wow
Post Reply