Closed GoogleCodeExporter closed 8 years ago
Re: PlatformMathUtils, callers will never need to know that MathUtils.fastPow
is actually coming from PlatformMathUtils, so the public API is essentially
unchanged. We might even be able to make PlatformMathUtils a non-public class
so that it doesn't show up in Javadocs, etc.
Original comment by m...@samskivert.com
on 26 Mar 2013 at 8:03
This looks great, I especially like the removal of reflection, that wasn't the
best choice. I added you as a committer, so you're welcome to commit these
yourself if you want the cl's in your name. Otherwise I can :)
Original comment by toucansa...@gmail.com
on 26 Mar 2013 at 8:31
Awesome! Thanks. I'll commit them presently.
Original comment by m...@samskivert.com
on 26 Mar 2013 at 8:35
Committed!
Original comment by m...@samskivert.com
on 26 Mar 2013 at 8:58
At some point in my copious spare time, I'll try to whip up a simple jbox2d GWT
sample project that just draws some bodies via HTML5 canvas to demonstrate how
to use jbox2d in a GWT-app directly.
Original comment by m...@samskivert.com
on 26 Mar 2013 at 8:59
That reminds me that I need to finish separating the testbed base code from
platform specific stuff. Then a html testbed would be much more feasible.
Original comment by danielmu...@gmail.com
on 26 Mar 2013 at 9:40
@mdb I would be very interested in that simple jbox2d GWT project. Did you get
a chance to work on it? It's not clear to me how to hook jbox2d to an HTML5
canvas in GWT.
Original comment by dleves...@primalogik.com
on 6 Dec 2013 at 5:57
Alas not. And I doubt I'm going to get time to do it.
Original comment by m...@samskivert.com
on 6 Dec 2013 at 6:05
Original issue reported on code.google.com by
m...@samskivert.com
on 26 Mar 2013 at 7:59Attachments: