SAM33 / jbox2d

Automatically exported from code.google.com/p/jbox2d
BSD 2-Clause "Simplified" License
0 stars 0 forks source link

Add Builders for Joints and shapes #38

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
As discussed before (http://box2d.org/forum/viewtopic.php?f=9&t=8417) the 
Builder pattern can simplify Object creation and create a fluent user interface.

I'm using builders for creating Shapes in JBox2D and I'd like to contribute 
them as discussed (See attached file). Sorry this took so long...

Original issue reported on code.google.com by epple...@googlemail.com on 15 Aug 2012 at 12:22

Attachments:

GoogleCodeExporter commented 8 years ago
In the meantime I've got an improved version of this, with Builders for all 
types of Joints. Plus I'll update the Builders to support multiple Shapes per 
Body. Right now it's limited to one. 

Original comment by epple...@googlemail.com on 24 Sep 2012 at 7:55

GoogleCodeExporter commented 8 years ago
I can throw in that patch now if you have it

Original comment by toucansa...@gmail.com on 27 Jan 2013 at 8:02