Physics File Format: Difference between revisions
Jump to navigation
Jump to search
(New page: There has been some discussion on how to share 2D scenes between the various Physics frameworks, activities, etc. Here is a proof of concept, presented here for the purposes of discus...) |
No edit summary |
||
Line 2: | Line 2: | ||
Here is a proof of concept, presented here for the purposes of discussion. |
Here is a proof of concept, presented here for the purposes of discussion. |
||
It was developed for the Mac OS X application [[http://lux.vu/blog/2008/07/01/physix/ |
It was developed for the Mac OS X application [[http://lux.vu/blog/2008/07/01/physix/ Physix]] written by [[User:Jminor|Jminor]] |
||
The format is XML and is meant to map directly to concepts, names and features of [[http://box2d.org/ |
The format is XML and is meant to map directly to concepts, names and features of [[http://box2d.org/ Box2D]]. It was inspired by a similar format made by kne? as part of the Elements project. |
||
...insert simple example... |
...insert simple example... |
Revision as of 06:31, 11 July 2008
There has been some discussion on how to share 2D scenes between the various Physics frameworks, activities, etc.
Here is a proof of concept, presented here for the purposes of discussion. It was developed for the Mac OS X application [Physix] written by Jminor The format is XML and is meant to map directly to concepts, names and features of [Box2D]. It was inspired by a similar format made by kne? as part of the Elements project.
...insert simple example...
...insert spec...
...insert examples...