kbirken / PPD

Physical Product Developer with MPS
0 stars 1 forks source link

Use shadow models instead of WorldBuilder POJO #2

Open kbirken opened 3 years ago

kbirken commented 3 years ago

Currently the Java-class WorldBuilder is being used to create a box2d world from a node<Solution>. Replace this by implementing a shadow model transformation from org.itemis.phydev to org.itemis.box2d (see issue #1).