Lightningbeam/lightningbeam-ui/lightningbeam-editor/src
Skyler Lehmkuhl ed022995bd Keyframe diamonds: pointing-hand cursor + prefetch during playback
- Pointing-hand cursor when hovering a clickable keyframe diamond.
- Prefetch (Phase 3e, playback only): each update during playback, page in the next
  few upcoming keyframes (PREFETCH_AHEAD=4) per raster layer that aren't resident, via
  the existing async worker. Their full pixels land before the playhead reaches them,
  so playback shows full frames instead of the low-res proxy on every frame (the
  proxy→full pop was the "flicker"). Reactive faults still cover scrubbing.
2026-06-20 22:45:50 -04:00
..
export Phase 3a-1: lazy fault-in of raster keyframe pixels 2026-06-19 16:59:46 -04:00
panes Keyframe diamonds: pointing-hand cursor + prefetch during playback 2026-06-20 22:45:50 -04:00
preferences Stream audio & video from .beam container; waveform LOD pyramid + persistence 2026-06-17 13:52:38 -04:00
tools Add drawing tablet input support 2026-03-11 10:58:30 -04:00
widgets make sample load menus consistent 2026-02-16 19:12:21 -05:00
config.rs Stream audio & video from .beam container; waveform LOD pyramid + persistence 2026-06-17 13:52:38 -04:00
cqt_gpu.rs Add clip split and duplicate commands 2026-02-15 02:11:57 -05:00
curve_editor.rs Tweak automation lane appearance 2026-03-23 23:37:15 -04:00
custom_cursor.rs Add tool skeletons 2026-03-06 07:22:50 -05:00
debug_overlay.rs Phase 3c: bound the raster-layer GPU texture cache + show VRAM in F3 2026-06-20 19:15:16 -04:00
default_instrument.rs clean up some compiler warnings 2025-12-03 06:39:26 -05:00
effect_thumbnails.rs Fix gamma handling and improve brush canvas performance 2026-06-16 08:32:39 -04:00
gpu_brush.rs Bilinear-sample upscaled raster proxies (smooth, not blocky) 2026-06-20 21:14:47 -04:00
keymap.rs Make beats canonical representation rather than seconds 2026-06-02 13:06:36 -04:00
main.rs Keyframe diamonds: pointing-hand cursor + prefetch during playback 2026-06-20 22:45:50 -04:00
main.rs.backup Select and move shapes 2025-11-18 00:22:28 -05:00
menu.rs Make beats canonical representation rather than seconds 2026-06-02 13:06:36 -04:00
notifications.rs Fix video export resolution scaling and post-export UI hang 2026-06-16 08:35:52 -04:00
raster_tool.rs Fix gamma handling and improve brush canvas performance 2026-06-16 08:32:39 -04:00
sample_import.rs Initial work on movie clips 2026-02-21 00:54:38 -05:00
sample_import_dialog.rs Initial work on movie clips 2026-02-21 00:54:38 -05:00
tablet.rs fix build issues 2026-06-02 13:41:10 -04:00
test_mode.rs Fix DCEL selection bugs 2026-03-05 19:55:39 -05:00
theme.rs css fixes 2026-03-02 10:51:58 -05:00
theme_render.rs update css handling 2026-03-02 10:32:19 -05:00
waveform_gpu.rs Stream audio & video from .beam container; waveform LOD pyramid + persistence 2026-06-17 13:52:38 -04:00