svelte-babylon icon indicating copy to clipboard operation
svelte-babylon copied to clipboard

Prop exposing strategy

Open rogueyoshi opened this issue 4 years ago • 0 comments

Need to think about how to approach this is an extensible manner. For now I think I want to only expose props absolutely needed by entity constructors, I'm also considering passing back references to the entity itself as well for flexibility. Svelte Actions lend extremely well to ECS. Ideally I'd want the use of them to behave similar to using A-Frame component modules.

rogueyoshi avatar Apr 17 '21 12:04 rogueyoshi