aboutsummaryrefslogtreecommitdiff
path: root/examples2d
AgeCommit message (Expand)Author
2021-06-03Add nalgebra to the prelude to make the macros work out of the boxCrozet Sébastien
2021-06-02Release v0.9.0v0.9.0Crozet Sébastien
2021-06-02Update dependenciesCrozet Sébastien
2021-06-01Add a velocity-based platform the the platform demos.Crozet Sébastien
2021-06-01Rework the event systemCrozet Sébastien
2021-05-25Add prelude + use vectors for setting linvel/translation in buildersCrozet Sébastien
2021-05-16Replace Kiss3d by Bevy for the testbed renderer.Crozet Sébastien
2021-04-26Split rigid-bodies and colliders into multiple componentsCrozet Sébastien
2021-04-12Switch to nalgebra 0.26Crozet Sébastien
2021-03-31Add missing example file.Crozet Sébastien
2021-03-31Fix the parallel solver to work properly with CCD.Crozet Sébastien
2021-03-26First working version of non-linear CCD based on single-substep motion-clamping.Crozet Sébastien
2021-03-07Projection friction impulses on an implicit cone instead of a pyramidal appro...Crozet Sébastien
2021-03-01Release v0.6.0Crozet Sébastien
2021-02-23Fix the compilation of tests.Crozet Sébastien
2021-02-23Rename modify_contacts -> modify_solver_contacts.Crozet Sébastien
2021-02-23Update the testbed to use PhysicsHooks.Crozet Sébastien
2021-02-23Add one-way platform + conveyor belt demos.Crozet Sébastien
2021-01-26Allow using polylines as a collider shape.Crozet Sébastien
2021-01-23Fix warnings in tests and testbed.Crozet Sébastien
2021-01-22Merge branch 'master' into split_geomCrozet Sébastien
2021-01-20Use newtypes for collider, rigid-body and joint handles.Crozet Sébastien
2021-01-06Add 2D trimesh example.Crozet Sébastien
2021-01-04Add support of 64-bits reals.Crozet Sébastien
2021-01-03enable graphics and windows related code in examplesrezural
2021-01-02unify callbacks with & without graphics & windowrezural
2020-12-31remove redundant time :f32 from harness callbacks. it can be access via run_s...rezural
2020-12-31cargo fmtrezural
2020-12-31make examples compile, code that accessed window & graphics via the callback ...rezural
2020-12-29Add convex polygons support.Crozet Sébastien
2020-12-24refactor testbed to use harnessrezural
2020-12-01Rename RigidBodyBuilder::principal_inertia -> principal_angular_inertia for c...Crozet Sébastien
2020-11-30Add a 2D demo for locking rotation.Crozet Sébastien
2020-11-19Add explicit wake_up parameter to method setting the position and velocity of...Crozet Sébastien
2020-11-10Move the infinite fall debug example to the 3D examples.Crozet Sébastien
2020-11-10Merge pull request #30 from robert-hrusecky/infinite_fall_memorySébastien Crozet
2020-11-03Add damping support + demos.Crozet Sébastien
2020-11-03Add restitution.Crozet Sébastien
2020-10-29Merge branch 'master' into infinite_fall_memoryRobert Hrusecky
2020-10-27Add collision groups demos.Crozet Sébastien
2020-10-26Update dependencies.Crozet Sébastien
2020-10-06Merge branch 'master' into infinite_fall_memoryRobert Hrusecky
2020-10-06Fix compilation in 2D.Crozet Sébastien
2020-10-05Example to isolate memory leak issueRobert Hrusecky
2020-09-28Move 2D benchmarks into their own directory/crate.Crozet Sébastien
2020-09-06Move benchmark demos into their own directory.Sébastien Crozet
2020-09-01CI: fix test execution.Sébastien Crozet
2020-08-27Fix BroadPhase proxy handle recycling causing a crash.Sébastien Crozet
2020-08-25First public release of Rapier.v0.1.0Sébastien Crozet