Jump to page: 1 2 3
Thread overview
Blaze 2.0
Mar 16, 2009
Mason Green
Mar 16, 2009
Clay Smith
Mar 16, 2009
Clay Smith
Mar 16, 2009
bearophile
Mar 17, 2009
Mason Green
Mar 17, 2009
bearophile
Mar 17, 2009
Kenny B
Mar 17, 2009
Chad J
Mar 17, 2009
Mason Green
Mar 17, 2009
Mason Green
Mar 17, 2009
Tom S
Mar 17, 2009
Mason Green
Mar 17, 2009
Brian
Mar 17, 2009
Mason Green
Mar 19, 2009
Brian
Mar 19, 2009
Mason Green
Mar 17, 2009
Bill Baxter
Mar 17, 2009
Bill Baxter
Mar 17, 2009
Mason Green
Mar 17, 2009
Bill Baxter
March 16, 2009
Blaze 2.0, a 2D game physics engine based on Box2D, is finally here.  The testBed examples have been completely overhauled with Hybrid and Dog!

Project page: http://www.dsource.org/projects/blaze/wiki/WikiStart

Testbed examples (win32 binary):
http://svn.dsource.org/projects/blaze/downloads/blazeDemos.zip

I've taken a stab at writing a `getting started` section on the wiki, with clear (hopefully) instructions on how to compile. Comments, suggestions, contributions, and bug reports are appreciated in the dsource forum.
March 16, 2009
Mason Green wrote:
> Blaze 2.0, a 2D game physics engine based on Box2D, is finally here.  The testBed examples have been completely overhauled with Hybrid and Dog!
> 
> Project page:
> http://www.dsource.org/projects/blaze/wiki/WikiStart
> 
> Testbed examples (win32 binary):
> http://svn.dsource.org/projects/blaze/downloads/blazeDemos.zip
> 
> I've taken a stab at writing a `getting started` section on the wiki, with clear (hopefully) instructions on how to compile. Comments, suggestions, contributions, and bug reports are appreciated in the dsource forum.

Congrats! Some very fine physics examples there in the demo.
They are all working pretty well here.

~ Clay
March 16, 2009
Clay Smith wrote:
> Mason Green wrote:
>> Blaze 2.0, a 2D game physics engine based on Box2D, is finally here.  The testBed examples have been completely overhauled with Hybrid and Dog!
>>
>> Project page:
>> http://www.dsource.org/projects/blaze/wiki/WikiStart
>>
>> Testbed examples (win32 binary):
>> http://svn.dsource.org/projects/blaze/downloads/blazeDemos.zip
>>
>> I've taken a stab at writing a `getting started` section on the wiki, with clear (hopefully) instructions on how to compile. Comments, suggestions, contributions, and bug reports are appreciated in the dsource forum.
> 
> Congrats! Some very fine physics examples there in the demo.
> They are all working pretty well here.
> 
> ~ Clay

The sandbox features found in the mode (Spawn new objects, create joints between objects) are great as well. :)
March 16, 2009
(I am sorry, the online forum has posted this email in the main D newsgroup).
Stewart Gordon, all the older Blaze demos have worked for me, but this time it gives me:

...
Registering widget: Angle
Registering widget: SceneView
derelict.util.exception.SharedLibLoadException: Failed to load shared library devil.dll

And stops.
The DevIL.dll is present beside the exe.

Bye,
bearophile
March 16, 2009
On Mon, Mar 16, 2009 at 3:44 PM, Mason Green <mason.green@gmail.com> wrote:
> Blaze 2.0, a 2D game physics engine based on Box2D, is finally here.  The testBed examples have been completely overhauled with Hybrid and Dog!
>
> Project page: http://www.dsource.org/projects/blaze/wiki/WikiStart
>
> Testbed examples (win32 binary):
> http://svn.dsource.org/projects/blaze/downloads/blazeDemos.zip
>
> I've taken a stab at writing a `getting started` section on the wiki, with clear (hopefully) instructions on how to compile. Comments, suggestions, contributions, and bug reports are appreciated in the dsource forum.
>

I get really strange performance.  It runs.. choppy.  Not slow framerate, just really choppy, in a nondeterministic manner.  The Hybrid controls are also incredibly sensitive - one button press sets them to absurdly large/small values, usually freezing/crashing the app.

My computer should be able to more than handle this.  It's a dual-core Athlon X2 4600+.
March 17, 2009
bearophile Wrote:
> And stops.
> The DevIL.dll is present beside the exe.

Maybe you have an older devil.dll somewhere on your system?  It works on both my work and home Windows machine...

If you're really interested, you can always compile it!

March 17, 2009
Jarrett Billingsley Wrote:
> I get really strange performance.  It runs.. choppy.  Not slow framerate, just really choppy, in a nondeterministic manner.

Don't know what to tell you.... it even runs fast for me on a Linux virtual machine (vmware Fusion) running on my MacBook Pro.

Please compile it yourself and let me know if you have the same behavior.  Are you using wine?
March 17, 2009
On Tue, Mar 17, 2009 at 8:38 AM, Jarrett Billingsley <jarrett.billingsley@gmail.com> wrote:
>
> On Mon, Mar 16, 2009 at 3:44 PM, Mason Green <mason.green@gmail.com> wrote:
> > Blaze 2.0, a 2D game physics engine based on Box2D, is finally here.  The testBed examples have been completely overhauled with Hybrid and Dog!
> >
> > Project page: http://www.dsource.org/projects/blaze/wiki/WikiStart
> >
> > Testbed examples (win32 binary):
> > http://svn.dsource.org/projects/blaze/downloads/blazeDemos.zip
> >
> > I've taken a stab at writing a `getting started` section on the wiki, with clear (hopefully) instructions on how to compile. Comments, suggestions, contributions, and bug reports are appreciated in the dsource forum.
> >
>
> I get really strange performance.  It runs.. choppy.  Not slow framerate, just really choppy, in a nondeterministic manner.  The Hybrid controls are also incredibly sensitive - one button press sets them to absurdly large/small values, usually freezing/crashing the app.
>
> My computer should be able to more than handle this.  It's a dual-core Athlon X2 4600+.

The video card you have, and which drivers you are using for it, might be more relevant factors than the speed of your CPU.

--bb
March 17, 2009
On Mon, Mar 16, 2009 at 9:04 PM, Mason Green <mason.green@gmail.com> wrote:
> Jarrett Billingsley Wrote:
>> I get really strange performance.  It runs.. choppy.  Not slow framerate, just really choppy, in a nondeterministic manner.
>
> Don't know what to tell you.... it even runs fast for me on a Linux virtual machine (vmware Fusion) running on my MacBook Pro.
>
> Please compile it yourself and let me know if you have the same behavior.  Are you using wine?

I'm running it in XP.  I'll try compiling..
March 17, 2009
On Mon, Mar 16, 2009 at 9:24 PM, Bill Baxter <wbaxter@gmail.com> wrote:
>
> The video card you have, and which drivers you are using for it, might be more relevant factors than the speed of your CPU.

GeForce 8600 512MB, version 181.22 of the official drivers.
« First   ‹ Prev
1 2 3