glaze Physics engine code released

Wednesday, 6 February 2008 | Labels: , , | |

What had a working title of pEngine is now part of the glaze engine. It now only comprises of the rigid body dynamics engine, I'm going to now slowly port over the other features such as tile support, AI, line of sight etc. I was going to wait with this release until the code was complete and I was happy - which was probably going to be never so I though I'd get it out there a see what people might make with it.

The source is available at http://code.google.com/p/glaze/

The latest demos can now be found at http://home.planet.nl/~borst595/glaze.html

Good luck with it, post any questions, comments of links to anything you make on the group: http://groups.google.com/group/glaze-engine

14 comments:

  1. Anonymous says:

    Thanks, I'll try it out and let you know what I think. I'm still trying to decide which AS3 physics engine to use, and I think your demos are probably the most impressive, speed-wise.

  2. Anonymous says:

    Hey, there is a Glaze forum (the link is on the google code page). Leave any comments/request you have there

  3. saul says:

    Hey, you can promote your actionscript posts on www.nerv.es/flashme !!

    Thanks!

  4. Glomph says:

    looks a lot like this

    http://blog.haxe.org/entry/33

    any reason for the huge similarity?

  5. Anonymous says:

    @glomph

    http://groups.google.com/group/glaze-engine/browse_thread/thread/7053ce3429a6a526#

  6. goliat says:

    Hi there,
    cool engine!! i will be having some fun playing around with it.
    Thanks for the open source release.

    regards,
    goliatone

  7. Anonymous says:

    Hi there! I just found your game engine, and I was wondering if I could use it to create a racing game? (I'm looking for a 2D tile engine with scrolling). I hope you can reply on this comment?

    Greetings Roxlu

  8. rje says:

    Hi

    you certainly could use this or one of the other physics engine to do so. what kind of racing game is it? I'd assume side on?

    I'm currently working on improving the engine with native tile support if thats of interest - I just finished adding sleep support.

  9. Krista says:

    This is great info to know.

  10. jimisaacs says:

    I haven't tried your engine out for a test drive, though I have read all about it. I have been doing research on all the available flash physics engines out there, and this one looks the most promising.
    I was wondering, I remember reading about how you replaced all the array operations Now with the introduction of Vectors in flash player 10 would it be possible and/or beneficial to use these instead?

    Thanks again for this engine :)

  11. ozgur uksal says:

    Hi,
    Box2D is the engine I have been using, but there are limitations about using primitive shapes to make an arc, having convex/concave shapes. I couldn't find any documentation to compare your engine with Box2D. Is it possible to make convex/concave shapes using your engine?

    Sincerely,
    Ozgur

  12. Sam says:

    Thats a GREAT information to know. I like racing game. Thanks for physics engine code released.

  13. Anonymous says:

    To the author: It would be nice if you could post a short description of Glaze's features and comparison to Box2D.

  14. Joel says:

    I've looked at all of your demos and compared glaze with the other flash physics engines, and glaze seems to win. I want to try glaze with flash and test it, but I can't seem to find how to get started. Can anyone point me in the right direction?