Note: This website is archived. For up-to-date information about D projects and development, please visit wiki.dlang.org.

Changes between Version 46 and Version 47 of WikiStart

Show
Ignore:
Author:
zzzzrrr (IP: 71.178.72.145)
Timestamp:
09/05/08 04:01:23 (16 years ago)
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v46 v47  
    66    Rigid Body Dynamics[[BR]] 
    77    Sequential Impulse (SI) solver [[BR]] 
    8     Continuous collision detection (CCD) refinement[[BR]] 
     8    Continuous collision detection (CCD) [[BR]] 
    99    Stacking[[BR]] 
    1010    Joints[[BR]] 
    1414'''To do:'''[[BR]] 
    1515    Smoothed particle hydrodynamics (SPH)[[BR]] 
     16    Force generators [[BR]] 
    1617    Documentation[[BR]] 
    1718    Other collision detection ideas (MPR, Singed Distance Fields, Quad-Trees, etc..) 
    2425'''Project Links:''' 
    2526 
     27 * [http://www.box2d.org/wiki/ Box2D Wiki] 
    2628 * [http://svn.dsource.org/projects/blaze/downloads/blazeDemos.zip DEMO] 
    2729 * [http://www.dsource.org/forums/viewforum.php?f=187 Forums] 
    2830 * [http://svn.dsource.org/projects/blaze/downloads/docs/blaze/blaze.dynamics.GeometricShape.html Documentation] 
    2931 
    30 '''Interested in collision detection methods employed in Blaze?''' 
     32'''Interested in 2D collision detection methods employed in Blaze?''' 
    3133 
    3234 * [http://code.google.com/p/mpr2d/ MPR2D]