dimforge / dimforge/rapier

egui puffin profiler customization

Open
#760 0 comments 0 reactions 0 assignees View on GitHub
C-Enhancement C-Performance P-Medium
Dominant language
Rust
Stars
5.7k
Forks
387
Avg merge
4d 23h
Merged PRs (30d)
6

Description

`unstable-puffin-pr-235` highlights by default the profiling section relevant to rapier and its testbed.

- #743 merged the feature `unstable-puffin-pr-235`
- This issue serves as documentation and tracks a path to stabilization.

- [ ] We 're effectively blocked by https://github.com/EmbarkStudios/puffin/pull/235 to stabilize.

In the meantime, you can enable these lines from the workspace `Cargo.toml` (commented on `master`):
```toml
# For feature unstable-puffin-pr-235
puffin_egui = { version = "0.29", optional = true, git = "https://github.com/Vrixyz/puffin.git", branch = "expose_ui_options" }
puffin = { version = "0.19", optional = true, git = "https://github.com/Vrixyz/puffin.git", branch = "expose_ui_options" }
#
```

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.