Re: dbox is a complete D2 port of the Box2D game physics library

2020-06-18 Thread Andrej Mitrovic via Digitalmars-d-announce
On Thursday, 18 June 2020 at 14:38:27 UTC, aberba wrote: On Wednesday, 17 June 2020 at 01:20:00 UTC, Andrej Mitrovic wrote: On Tuesday, 16 June 2020 at 17:52:37 UTC, aberba wrote: On Friday, 23 May 2014 at 22:00:51 UTC, Andrej Mitrovic wrote: https://github.com/d-gamedev-team/dbox What is

Re: dbox is a complete D2 port of the Box2D game physics library

2020-06-18 Thread aberba via Digitalmars-d-announce
On Thursday, 18 June 2020 at 14:38:27 UTC, aberba wrote: On Wednesday, 17 June 2020 at 01:20:00 UTC, Andrej Mitrovic wrote: On Tuesday, 16 June 2020 at 17:52:37 UTC, aberba wrote: On Friday, 23 May 2014 at 22:00:51 UTC, Andrej Mitrovic wrote: https://github.com/d-gamedev-team/dbox What is

Re: dbox is a complete D2 port of the Box2D game physics library

2020-06-18 Thread aberba via Digitalmars-d-announce
On Wednesday, 17 June 2020 at 01:20:00 UTC, Andrej Mitrovic wrote: On Tuesday, 16 June 2020 at 17:52:37 UTC, aberba wrote: On Friday, 23 May 2014 at 22:00:51 UTC, Andrej Mitrovic wrote: https://github.com/d-gamedev-team/dbox What is Box2D? == [...] This sort of investment still

Re: dbox is a complete D2 port of the Box2D game physics library

2020-06-16 Thread Andrej Mitrovic via Digitalmars-d-announce
On Tuesday, 16 June 2020 at 17:52:37 UTC, aberba wrote: On Friday, 23 May 2014 at 22:00:51 UTC, Andrej Mitrovic wrote: https://github.com/d-gamedev-team/dbox What is Box2D? == [...] This sort of investment still amazes me. This is a 6 years old post though. I'm sure there are

Re: dbox is a complete D2 port of the Box2D game physics library

2014-05-24 Thread Kiith-Sa via Digitalmars-d-announce
On Friday, 23 May 2014 at 22:52:53 UTC, Andrej Mitrovic via Digitalmars-d-announce wrote: On 5/24/14, Piotrek via Digitalmars-d-announce digitalmars-d-announce@puremagic.com wrote: nice one. How does it compare to C++ version in terms of performance? I haven't tested the performance yet! I'm

Re: dbox is a complete D2 port of the Box2D game physics library

2014-05-24 Thread Andrej Mitrovic via Digitalmars-d-announce
On 5/24/14, Kiith-Sa via Digitalmars-d-announce digitalmars-d-announce@puremagic.com wrote: Do you intend to keep this a straight port or will it be open to modifications? I think we can create a new branch with API improvements and additions. I'm not sure what the state of dub support for this

dbox is a complete D2 port of the Box2D game physics library

2014-05-23 Thread Andrej Mitrovic via Digitalmars-d-announce
https://github.com/d-gamedev-team/dbox What is Box2D? == Box2D[1] is an open source C++ physics engine used for simulating rigid bodies in 2D. Box2D is developed by Erin Catto and is zlib-licensed. Box2D is mainly used for game development and interactive physics simulations. Box2D

Re: dbox is a complete D2 port of the Box2D game physics library

2014-05-23 Thread Piotrek via Digitalmars-d-announce
Hi, nice one. How does it compare to C++ version in terms of performance? Piotrek

Re: dbox is a complete D2 port of the Box2D game physics library

2014-05-23 Thread Andrej Mitrovic via Digitalmars-d-announce
On 5/24/14, Piotrek via Digitalmars-d-announce digitalmars-d-announce@puremagic.com wrote: nice one. How does it compare to C++ version in terms of performance? I haven't tested the performance yet! I'm definitely interested, but as usual I assume LDC will probably beat DMD in this area.