A Flash Developer Resource Site

Results 1 to 14 of 14

Thread: Verlet Physics Engine for flash

Threaded View

  1. #1
    Senior Member ozmic66's Avatar
    Join Date
    Oct 2005
    Posts
    472

    Verlet Physics Engine for flash

    Verlet based physics engine have been done and overdone, but mostly in c/c++/blitz3d? based applications.

    I have only seen one fully working flash verlet based physics engine out there called the flade engine which has some impressive features and runs considerably fast (on flash that is)

    I have also seen traces of the NinjaEngine (which seems to have been discontinued)

    The problem is that although flade is pretty simple to use, it lacks documentation, which is the most important part of any engine...

    More technically, it also lacks features like particle-dynamic line collisions...

    So i've set out to start my own verlet based engine built specifically for flash.
    so far I have the basic integration described in Jacobsen’s article "Advanced Character Physics" (if you haven't read it yet... read it here

    Here are some examples I put together… all built with my engine

    A ragdoll/hangman type example

    A gish type jello cube (sorta)…

    a simple particle/constraint editor for hours of fun:


    So please tell me what you think of my idea… a full/free/open source (easily implemented) physics engine for flash with documentation and tutorials, which will definitely help non-physics savvy flash game designers to produce some cool games in the future…

    So if you like the idea and are interested in helping please post here or email me at [email protected]

    peace.
    Last edited by ozmic66; 03-21-2006 at 02:08 PM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center