verekia-miniplex
Installation
SKILL.md
Verekia's Miniplex Patterns
Opinionated usage of Miniplex that keeps React bindings minimal.
What NOT to Use from miniplex-react
Never use:
ECS.Entity- Don't use this componentECS.Component- Don't use this componentECS.world- Don't access world through ECS, use direct importuseEntitieshook - Don't use this- Render props pattern - Don't use this
Only use:
const { Entities } = createReactAPI(world)
Related skills
More from verekia/r3f-gamedev
smooth-interpolation
Animate values smoothly using exponential decay instead of linear interpolation.
12ui-useframe
Sync UI elements outside the Canvas with the render loop using R3F v10's external useFrame.
8r3f-setup
Set up a React Three Fiber project with WebGPU support.
7reactive-polling
Poll for changes to any value and trigger React re-renders when it changes.
7miniplex
Use Miniplex for minimalistic Entity Component System with TypeScript support.
6bone-attachment
Attach meshes to bones of a skinned mesh, such as attaching a sword to a character's hand.
6