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
/
src_testbed
/
ui.rs
Age
Commit message (
Expand
)
Author
2024-05-25
feat: rename cfm_factor, damping_ratio to contact_cfm_factor and contact_da...
Sébastien Crozet
2024-05-25
feat: ui to set the number of simulation steps per frame
Sébastien Crozet
2024-05-25
feat: make the constraints regularization coefficients configurable with angu...
Sébastien Crozet
2024-04-30
chore: clippy fixes
Sébastien Crozet
2024-04-30
chore: clenaup testbed profiling ui
Sébastien Crozet
2024-04-30
feat: add warmstarting to contact constraints resolution
Sébastien Crozet
2024-04-30
feat: add variable constraints stabilization iteration number
Sébastien Crozet
2024-04-30
feat: add some additional perf counters
Sébastien Crozet
2024-01-27
Fix clippy and enable clippy on CI
Sébastien Crozet
2024-01-24
feat: rework solver parameters to make it easy to recover the old behaviors
Sébastien Crozet
2024-01-21
feat: implement new "small-steps" solver + joint improvements
Sébastien Crozet
2023-11-04
feat: add a checkbox to enable/disable the debug renderer in the testbed
Sébastien Crozet
2023-10-23
update bevy 0.11 - fix compile errors
johnny-smitherson
2022-04-28
Testbed: switch to bevy 0.7
Sébastien Crozet
2022-04-20
First round deleting the component sets.
Sébastien Crozet
2022-03-20
Joint API and joint motors improvements
Sébastien Crozet
2022-01-16
Fix some solver issues
Sébastien Crozet
2022-01-02
Implement multibody joints and the new solver
Sébastien Crozet
2021-05-17
Fix compilation with the parallel feature enabled.
Crozet Sébastien
2021-05-17
Fix warnings when compiling tests.
Crozet Sébastien
2021-05-16
Replace Kiss3d by Bevy for the testbed renderer.
Crozet Sébastien
2021-01-23
Fix warnings in tests and testbed.
Crozet Sébastien
2021-01-22
Fix compilation in 2D.
Crozet Sébastien
2021-01-22
Fix regressions introduced by the merge with master.
Crozet Sébastien
2020-12-31
Revert "leading _ for run_state to squash warning"
rezural
2020-12-31
leading _ for run_state to squash warning
rezural
2020-12-24
cargo fmt
rezural
2020-12-24
rework some threading code with the ui
rezural
2020-08-25
First public release of Rapier.
v0.1.0
Sébastien Crozet