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
/
testbed.rs
Age
Commit message (
Expand
)
Author
2022-07-04
Add more options for filtering colliders in scene queries.
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-28
Add comments for the debug-renderer
Sébastien Crozet
2022-04-28
Testbed: switch to bevy 0.7
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
Rename rigid-body `static` to `fixed`
Sébastien Crozet
2022-03-20
Allow removing a rigid-body without auto-removing attached colliders
Sébastien Crozet
2022-03-20
Joint API and joint motors improvements
Sébastien Crozet
2022-03-20
Testbed: add a constructor that calls a custom closure with bevy’s App
Sébastien Crozet
2022-01-23
Add f64 testbed
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-10-14
Fix testbed rendering of colliders without parent
Sébastien Crozet
2021-09-12
Make the 2D add-remove demo more intereting.
Sébastien Crozet
2021-07-27
clear plugin graphics when examples changed, then clear the plugins vec
rezural
2021-07-08
add update_ui to TestbedPlugin
rezural
2021-07-08
enable clear_graphics and run_callbacks agin
rezural
2021-06-02
Merge pull request #193 from rezural/egui-focus
Sébastien Crozet
2021-06-02
Update dependencies
Crozet Sébastien
2021-05-29
check if the egui context wants pointer focus, disable orbit camera if so. th...
rezural
2021-05-25
Add prelude + use vectors for setting linvel/translation in builders
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-04-26
Split rigid-bodies and colliders into multiple components
Crozet Sébastien
2021-04-01
Add the ability to pass a custom filter to all the QueryPipeline queries.
Crozet Sébastien
2021-03-31
Remove the IntegrationParameters field we don't use.
Crozet Sébastien
2021-03-30
CCD: take angular motion and penetration depth into account in various thresh...
Crozet Sébastien
2021-03-28
Attenuate the warmstart impulse for CCD contacts.
Crozet Sébastien
2021-03-26
First working version of non-linear CCD based on single-substep motion-clamping.
Crozet Sébastien
2021-02-23
Update the testbed to use PhysicsHooks.
Crozet Sébastien
2021-02-08
Don't serialize solver contacts + remove erased-serde dependency.
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
2021-01-22
Merge branch 'master' into split_geom
Crozet Sébastien
2021-01-06
Fix 2D compilation.
Crozet Sébastien
2021-01-05
Testbed physx backend: re-add joints.
Crozet Sébastien
2021-01-05
Add compound shape support.
Crozet Sébastien
2021-01-02
unify callbacks with & without graphics & window
rezural
2020-12-31
QueryPipeline: add shape casting, point projection, and intersection queries.
Crozet Sébastien
2020-12-31
Perform contact sorting in the narrow-phase directly.
Crozet Sébastien
2020-12-31
remove some unused imports
rezural
2020-12-31
add harness_mut() to testbed
rezural
2020-12-31
remove unused use
rezural
2020-12-31
remove plugin callback related code from testbed
rezural
2020-12-31
Update src_testbed/testbed.rs
rezural
2020-12-31
remove comment
rezural
2020-12-31
TODO comment update
rezural
[next]