verekia
@verekia
Public Skills
verekia-setup
by verekia
Verekia's preferred project setup with Next.js Pages Router, Tailwind 4, Prettier, and TypeScript.
verekia-architecture
by verekia
Day-to-day coding style and patterns for R3F game development with Miniplex ECS.
zustand-entities
by verekia
Use Zustand as a simple state store for entity management (not a true ECS).
smooth-interpolation
by verekia
Animate values smoothly using exponential decay instead of linear interpolation.
low-health
by verekia
Display a pulsing red vignette overlay when the player's health is low.
damage-numbers
by verekia
Display floating damage numbers that animate upward and fade out, with support for critical hits.
r3f-setup
by verekia
Set up a React Three Fiber project with WebGPU support.
ui-useframe
by verekia
Sync UI elements outside the Canvas with the render loop using R3F v10's external useFrame.
miniplex
by verekia
Use Miniplex for minimalistic Entity Component System with TypeScript support.
bone-attachment
by verekia
Attach meshes to bones of a skinned mesh, such as attaching a sword to a character's hand.
health-bars
by verekia
Display health bars above characters using CSS styling.
weapon-trail
by verekia
Create a ribbon trail effect that follows a weapon's movement.
reactive-polling
by verekia
Poll for changes to any value and trigger React re-renders when it changes.
koota
by verekia
Use Koota for data-oriented Entity Component System architecture with React bindings.
pushback
by verekia
Make enemies flash white and rock back and forth when receiving damage.
camera-shake
by verekia
Shake the camera when the player takes damage or on impacts for visual feedback.