bRigid release - jbullet for processing
in
Library and Tool Development
•
3 months ago
Hi,
I just released a library for an simpler handling of jbullet (rigid bodies) in processing:
bRigid provides classes for an easier handling of jBullet in Processing. bRigid is thought as a kind of Processing port for the bullet physics simulation library written in C++. This library allows the interaction of rigid bodies in 3D. Geometry/ Shapes are build with Processing PShape Class, for convinient display and export(dxf)
jBullet is a Java port of Bullet (c) 2008 Martin Dvorak http://jbullet.advel.cz/
Bullet Physics Library (c) 2003-2013 Erwin Coumans http://www.bulletphysics.com/
this work would be not possible without the jBullet/processing examples of Giulio Piacentino and Richard Brauer
you can download it:
for processing: http://www.lab-eds.org/bRigid
for coding: http://github.com/djrkohler/bRigid
I just released a library for an simpler handling of jbullet (rigid bodies) in processing:
bRigid provides classes for an easier handling of jBullet in Processing. bRigid is thought as a kind of Processing port for the bullet physics simulation library written in C++. This library allows the interaction of rigid bodies in 3D. Geometry/ Shapes are build with Processing PShape Class, for convinient display and export(dxf)
jBullet is a Java port of Bullet (c) 2008 Martin Dvorak http://jbullet.advel.cz/
Bullet Physics Library (c) 2003-2013 Erwin Coumans http://www.bulletphysics.com/
this work would be not possible without the jBullet/processing examples of Giulio Piacentino and Richard Brauer
I hope this could be an initial push, porting a physics library like bullet to processing.
you can download it:
for processing: http://www.lab-eds.org/bRigid
for coding: http://github.com/djrkohler/bRigid