houseki
houseki copied to clipboard
💎 A modular 3D game engine built for the web.
Is it possible to add an Undo Recovery Manager?
Things aren't very documented right now, and the APIs for using lattice can be pretty ugly. I think there's a good opportunity to go through each package and add documentation...
Support the [OMI_spawn_point](https://github.com/omigroup/gltf-extensions/tree/main/extensions/2.0/OMI_spawn_point) extension for saving / loading player spawns to gltf
I noticed that the avatar is vibrating/choppy in the "Mesh" and "Player" examples when walking around and jumping/falling. Funnily last night it was running smooth and the issue would only...
Add some moving kinematic platforms, spinning platforms, etc to the player example. Also may need to add some functionality to the player controls to make them play nice.
we run a raycast to detech collision with the world, we should use a sphere instead of a ray to give so extra space so the camera doesnt get put...
Add an audio package, and support (at least partially) the `KHR_audio` glTF extension.
I want to creating some sort of scripting system for the engine, or more specific support a glTF extension for adding sand boxed behaviors to a model. I'm thinking about...
Moving the camera around seems to work fine already on mobile, but there needs to be a way to move the player around, probably with a joystick on the left...