Commit graph

5 commits

Author SHA1 Message Date
tnn
5afdb43501 box2d: disable building unit test
Broken on at least Fedora 37 by:
unit-test/doctest.h:4021:47: error: size of array 'altStackMem' is not
  an integral constant-expression
2023-03-05 14:56:36 +00:00
wiz
a2e1a35a28 *: convert to cmake/build.mk 2023-01-24 18:36:17 +00:00
nia
f8331b5844 graphics: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
2021-10-26 10:45:53 +00:00
nia
84d3786e88 graphics: Remove SHA1 hashes for distfiles 2021-10-07 14:11:55 +00:00
ryoon
4c6fbe7b1b graphics/box2d: import box2d-2.4.1
Box2D is a 2D physics engine for games.

Features:
Collision
    Continuous collision detection
    Contact callbacks: begin, end, pre-solve, post-solve
    Convex polygons and circles
    Multiple shapes per body
    One-shot contact manifolds
    Dynamic tree broadphase
    Efficient pair management
    Fast broadphase AABB queries
    Collision groups and categories

Physics
    Continuous physics with time of impact solver
    Persistent body-joint-contact graph
    Island solution and sleep management
    Contact, friction, and restitution
    Stable stacking with a linear-time solver
    Revolute, prismatic, distance, pulley, gear, mouse joint,
      and other joint types
    Joint limits, motors, and friction
    Momentum decoupled position correction
    Fairly accurate reaction forces/impulses

System
    Small block and stack allocators
    Centralized tuning parameters
    Highly portable C++ with no use of STL containers
2021-02-06 06:41:33 +00:00