index
:
github/rapier.git
bevy-glam
broken-perf-experiments
collider_pos_in_manifold
collider_removal
disabled-flag
master
perf_experiments
public_pair_events
testbed-init-app
v0.11-maintainance
voxels
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
examples3d
Age
Commit message (
Expand
)
Author
2022-12-26
Fix CI build error check-fmt
fabriceci
2022-12-18
Merge pull request #415 from Wolftousen/master
Sébastien Crozet
2022-12-11
Fix tests
Sébastien Crozet
2022-12-11
Update parry and changelog
Sébastien Crozet
2022-12-11
Add a dynamic ray-cast vehicle controller
Sébastien Crozet
2022-11-05
adding 3d rope joint
Wolftousen
2022-10-30
Add internal edges debug examples.
Sébastien Crozet
2022-10-02
Add a character controller implementation
Sébastien Crozet
2022-08-13
impl Group
Tristan Guichaoua
2022-07-08
Rename allowed_translation/rotation to enabled_translation/rotation
Sébastien Crozet
2022-07-08
Rename restrict_translation/rotation to set_allowed_translation/rotation
Sébastien Crozet
2022-07-01
Fix examples
Sébastien Crozet
2022-05-30
Add the option to automatically wake-up rigid-bodies a new joint is attached to
Sébastien Crozet
2022-04-22
Add a basic lines-based debug-renderer
Sébastien Crozet
2022-04-20
Finalize refactoring
Sébastien Crozet
2022-03-20
Combine contact events and intersection events into a single event type and f...
Sébastien Crozet
2022-03-20
Rename rigid-body `static` to `fixed`
Sébastien Crozet
2022-03-20
Add 2-axes coupling for angular joint limits
Sébastien Crozet
2022-03-20
Don’t track the state.bin file.
Sébastien Crozet
2022-03-20
Rename the 3D debug-deserialize example
Sébastien Crozet
2022-03-20
Allow removing a rigid-body without auto-removing attached colliders
Sébastien Crozet
2022-03-20
Start fixing the parallel version.
Sébastien Crozet
2022-03-20
Joint API and joint motors improvements
Sébastien Crozet
2022-03-06
Start to Load World State
Geoffrey Hayes
2022-01-23
Move convex decomposition example models to the assets folder.
Sébastien Crozet
2022-01-16
Fix some solver issues
Sébastien Crozet
2022-01-09
Update the testbed to use bevy 0.6
Sébastien Crozet
2022-01-02
Implement multibody joints and the new solver
Sébastien Crozet
2021-08-08
Implement limits for ball joints.
Sébastien Crozet
2021-08-08
Implement limits for revolute joints.
Sébastien Crozet
2021-07-11
Release v0.10.0
v0.10.0
Crozet Sébastien
2021-06-03
Add nalgebra to the prelude to make the macros work out of the box
Crozet Sébastien
2021-06-02
Update dependencies
Crozet Sébastien
2021-06-01
Add a velocity-based platform the the platform demos.
Crozet Sébastien
2021-06-01
Rework the event system
Crozet Sébastien
2021-05-25
Add prelude + use vectors for setting linvel/translation in builders
Crozet Sébastien
2021-05-16
Replace Kiss3d by Bevy for the testbed renderer.
Crozet Sébastien
2021-04-30
Add comments.
Crozet Sébastien
2021-04-29
Fix some warnings
Crozet Sébastien
2021-04-26
Split rigid-bodies and colliders into multiple components
Crozet Sébastien
2021-04-13
Fix warnings
Crozet Sébastien
2021-04-13
Fix torque generation for the prismatic joint motor
Crozet Sébastien
2021-04-12
Switch to nalgebra 0.26
Crozet Sébastien
2021-03-31
Fix some warnings.
Crozet Sébastien
2021-03-31
Fix the parallel solver to work properly with CCD.
Crozet Sébastien
2021-03-26
First working version of non-linear CCD based on single-substep motion-clamping.
Crozet Sébastien
2021-03-17
Fix the last few bugs and unbounded memory usage.
Crozet Sébastien
2021-03-13
First complete implementation of the hierarchical SAP.
Crozet Sébastien
2021-03-08
Start introducing SAP layers.
Crozet Sébastien
2021-03-07
Projection friction impulses on an implicit cone instead of a pyramidal appro...
Crozet Sébastien
[next]