Gheric Speiginer

Results 56 issues of Gheric Speiginer

To add properties to the context dynamically. Would be very useful...

enhancement

We have attempted to put physics in a worker in the past, and ran into several problems. I think with the cleaner codebase and abstractions we have now, this should...

epic

State - engine state Component - ecs data getState(StateDefinition) — efficiently get state data, typed as readonly getMutableState(StateDefinition) — get mutable state that granularly tracks changes useState(StateDefinition, optionalKeyPath) — use...

epic

## Summary closes https://github.com/EtherealEngine/etherealengine/issues/8539

verified-contributor

This PR adds support for store switchovers to useHookstate() for global and nested state. Local state behavior remains unchanged. Additionally, setting state after unmount no longer throws an error, which...

## Memory Leak Fix ### Problem There was a memory leak in the hookstate library where states don't properly unsubscribe on store switchovers, introduced in PR #409. The issue occurs...