172 packages matching “zakkster”
@zakkster/lite-color-lerp
v1.1.0 · 1 month ago
Zero-GC OKLCH to ARGB Uint32 gradient baking and hot-path sampling for high-performance ECS render loops.
No known vulnerabilities
@zakkster/lite-ticker
v1.0.3 · 3 months ago
Zero-dependency RAF scheduler with game-pausable timers, fixed-timestep physics, profiler hooks, and tab-switch guard.
No known vulnerabilities
@zakkster/lite-clock
v1.0.0 · 1 month ago
Zero-GC simulation/timeline engine for @zakkster/lite-signal. SOA TypedArray lane pool, deterministic advance(dt), single frame signal carrying simTime. Hits 10K concurrent lanes with zero per-frame allocation.
No known vulnerabilities
@zakkster/lite-r3f-bridge
v1.1.0 · 1 month ago
Zero-GC bridge for React Three Fiber. Declaratively bind bare-metal ECS buffers to WebGL InstancedMesh and Object3D transforms without React render overhead.
No known vulnerabilities
@zakkster/lite-twitch-room
v1.0.0 · 1 month ago
Twitch Extension PubSub transport, EBS relay with auto-pair leave/admission, and createTwitchRoom composition wrapper for @zakkster/lite-room. Zero-dep ESM.
No known vulnerabilities
@zakkster/lite-ease
v1.1.0 · 3 months ago
30 Penner easing functions as pure (t)=>t. Tree-shakeable, zero-dependency, composable with any lerp.
No known vulnerabilities
@zakkster/lite-text-layout
v1.0.1 · 3 months ago
Zero-GC bitmap font word wrapper. Computes line breaks, kerning-aware widths, and truncation/ellipsis flags into a Float32Array — feeds directly into @zakkster/lite-bmfont's drawWrapped.
No known vulnerabilities
@zakkster/lite-signal-gsap
v1.0.1 · 3 months ago
Zero-GC bridge between GSAP and @zakkster/lite-signal. Pool-backed proxy tweens, reactive-target smooth-follow, auto-cleanup inside effects. No per-frame allocations.
No known vulnerabilities
@zakkster/lite-gpu-profiler-signal
v1.0.0 · 1 month ago
Reactive boundary for @zakkster/lite-gpu-profiler: GPU command counters and timing as lite-signal signals, with a live baseline gate. The hot path stays allocation-free; a throttled pulse lifts coarse telemetry into signals.
No known vulnerabilities
@zakkster/lite-signal-dom
v1.0.1 · 3 months ago
Zero-GC, vanilla-first reactive DOM bindings for @zakkster/lite-signal. No virtual DOM, no compiler, no build step. Fine-grained text/attr/prop/class/style/show/event bindings plus an ECS-style keyed list reconciler with node pooling. 0 bytes allocated pe
No known vulnerabilities
@zakkster/lite-undo
v1.0.0 · 1 month ago
Transactional undo/redo on @zakkster/lite-project: a commit is an undoable transaction, undo/redo are reactive source writes, and preview() shows any historical state as overlays without committing -- time-travel preview for free. Bounded zero-GC history
No known vulnerabilities
@zakkster/lite-profiler-scheduler
v1.0.0 · 1 month ago
Profiles @zakkster/lite-scheduler priority lanes through its public surface only -- per-lane task-time distributions (avg/p99/max), counts, and single-task budget overruns. No private-field poking, no monkeypatching. Built on lite-ring-buffer + lite-stats
No known vulnerabilities
@zakkster/lite-defer
v1.0.0 · 1 month ago
Deferred reactive values for @zakkster/lite-signal: defer() returns a value that lags its source and catches up on a scheduler, coalescing a synchronous burst into one downstream update -- a concurrency frontier with a pending() staleness signal. microtas
No known vulnerabilities
@zakkster/lite-rollback-local
v1.0.0 · 2 months ago
BroadcastChannel-backed transport for @zakkster/lite-rollback. Same-machine, cross-tab rollback netcode. Ideal for tests, demos, and single-machine two-player play.
No known vulnerabilities
@zakkster/lite-virtual
v1.1.0 · 2 months ago
Thrash-free list/grid windowing on @zakkster/lite-signal. Integer-gated reactive indices + Object.is cutoff = scrolling within a row writes zero bytes to the DOM. ~3.6M sub-row scrolls/sec, bounded pool regardless of count, fixed/variable/measured auto-he
No known vulnerabilities
@zakkster/lite-scrollforge
v1.0.1 · 15 days ago
Zero-GC, zero-dependency single-file ESM authoring layer for CSS Scroll-Driven Animations. Compile storyboards to native CSS, GSAP, or lite-scroll-rig-pro; polyfill runtime for older browsers.
No known vulnerabilities
@zakkster/lite-dnd
v1.0.0 · 2 months ago
Framework-agnostic drag-and-drop primitives that survive DOM reparents. Window-level pointer tracking, rect-based hit-testing, managed sortable reordering via native insertBefore. Signal-native state on @zakkster/lite-signal. Zero runtime dependencies. Ze
No known vulnerabilities
@zakkster/lite-ring-buffer
v1.0.1 · 1 month ago
Pre-allocated, zero-GC circular buffer over a Float32Array. Power-of-two capacity, mask-based wrap, oldest-first bulk copy.
No known vulnerabilities
@zakkster/lite-element
v1.1.0 · 2 months ago
Zero-GC reactive Custom Elements on @zakkster/lite-signal. No virtual DOM, no templating. State survives synchronous reparents (sort, drag-and-drop, insertBefore) -- the moves that destroy React/Vue/Lit. 1.1 adds reactive observed attributes, typed proper
No known vulnerabilities
@zakkster/lite-twitch-helix
v1.0.0 · 1 month ago
Reactive iframe-side adapter for Twitch Helix REST. Two-header auth, auto-unwrap of the data envelope, cursor-following pagination, and a rate-limit signal. Built on @zakkster/lite-query 1.1. Zero-dep ESM.
No known vulnerabilities