topola/crates
Mikolaj Wielgus ba5a254e11 fix(topola-egui): Always clamp `dt` to `i.predicted_dt`
`egui` clamps its `i.stable_dt` to `i.predicted_dt` only when egui
requested a repaint during the last frame. I however sometimes
experience severe stuttering, which means that this detection
method is insufficient to ensure smoothness. So, let's clamp `dt` to
`i.predicted_dt` and see if this helps.
2025-10-28 16:05:58 +01:00
..
planar-incr-embed feat(autorouter/permuter): Implement permutation by ratline cut 2025-09-09 16:24:15 +02:00
specctra-core feat(autorouter/autorouter): Impl. rudimentary multilayer reconfigurator (not yet functional) 2025-10-21 18:00:55 +02:00
specctra_derive feat(specctra_derive): implement for enums containing unnamed fields 2025-03-10 04:10:45 +00:00
topola-cli fix: Fix build and test errors due to botched last commit 2025-10-14 02:21:48 +02:00
topola-egui fix(topola-egui): Always clamp `dt` to `i.predicted_dt` 2025-10-28 16:05:58 +01:00