Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
37 commits
Select commit Hold shift + click to select a range
2349e62
Add `velyst_demo`
nixonyh May 17, 2026
cab707c
Add simple grid using cetz
nixonyh May 17, 2026
e7b16d9
Use range directly
nixonyh May 18, 2026
a6bb1c0
Simplify code
nixonyh May 18, 2026
6f3737e
Add velyst_motiongfx crate
nixonyh May 18, 2026
245ebb3
Update docs: Velyst/Kanva -> Velyst
nixonyh May 18, 2026
fbdbb27
Simplify `velyst_motiongfx`
nixonyh May 18, 2026
4787d46
Update peniko_motiongfx README and re-export Interpolation
nixonyh May 18, 2026
28e20cb
Derive Default for Tracer and update README example
nixonyh May 18, 2026
eefa579
Add delay helper func to `TrackFragment`
nixonyh May 18, 2026
69f52ee
Fix delay duration not updated
nixonyh May 18, 2026
abbc3cb
Refactor KanvaGroup to own kanva entity and path selection
nixonyh May 18, 2026
de66f5c
Derive Default for KanvaGroup and KanvaGroupKind
nixonyh May 18, 2026
2c866de
Better builder pattern for `KanvaGroup`
nixonyh May 18, 2026
efb5c4c
Move equation into plot
nixonyh May 19, 2026
fb45228
Add `FadeKanva`
nixonyh May 19, 2026
47d0c07
Add diagnostic to `velyst_demo`
nixonyh May 19, 2026
ffe7b68
Minor typo
nixonyh May 19, 2026
e74ed5f
Remove unnecessary asset plugin override
nixonyh May 19, 2026
7586557
Make `TrackFragment` clone-able
nixonyh May 29, 2026
f35fe3e
Use `motiongfx::prelude::*` in `peniko_motiongfx::prelude`
nixonyh May 29, 2026
bc2879b
Support dynamic animations via `KanvaAnim`
nixonyh May 29, 2026
cfd2892
Preserve subpath boundaries when tracing BezPath
nixonyh Jun 21, 2026
d44d281
Add `scale_pulse` kanva animation
nixonyh Jun 30, 2026
e292022
Add int interpolation
nixonyh Jun 30, 2026
efceb2b
Merge branch 'main' into nixon/velyst-integration
nixonyh Jun 30, 2026
2e19a2e
Update `bevy_vello` & `velyst`
nixonyh Jun 30, 2026
77f1fd9
Upstream `veylst_motiongfx` into `bevy_motiongfx`
nixonyh Jul 1, 2026
b099f49
Renamings
nixonyh Jul 1, 2026
c2e8c69
Unexport `impl_int_interpolation`
nixonyh Jul 1, 2026
c6bf4c5
Update README.md
nixonyh Jul 1, 2026
03da3de
Add `VelystPlugin` in `VelystIntegrationPlugin`
nixonyh Jul 4, 2026
2e5d3c9
Fix `velyst_demo`
nixonyh Jul 4, 2026
7488692
TimelineUi v0 (#116)
Jaghov Jul 10, 2026
0b1e120
Update state when timeline stops (#117)
nixonyh Jul 11, 2026
fc84119
Merge branch 'main' into nixon/velyst-integration
nixonyh Jul 11, 2026
73e04a5
Fix `velyst_demo`
nixonyh Jul 11, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
/target
/frames/*.png
**/typst_packages
*.DS_Store
Loading
Loading