etherealengine
etherealengine copied to clipboard
iR Engine - Bringing us together on the open social spatial web. đ¤ đ đ đšī¸ đ§đŋâđ
The description in question is anywhere the project info appears in the client and is clicked to get more info, such as /editor and /admin/projects
**What does this story add?** This story adds look at WebXR and 8thwall https://www.linkedin.com/posts/thomasemrich_niantic-vps-mapping-activity-6934963327148179457-7KI4 https://www.youtube.com/watch?v=DFdGzS8m4MM - [ ] 4 - enable AR mode and create custom AR page that renders...
"snapshot" is the state of the world at a specific point in time "event" is any change to the state of the world "time series" is a collection of concurrent...
On the server side, we are not exclusively using Pino.js logger methods (logger.info(), .error(), .warn() etc) instead of `console.log()`. This allows us to aggregate console and error logs by sending...
There are a lot of advantages to moving all Engine logic and state mutation into actions and action receptors. Combined with logging #2799, this will increase the observability and traceability...
Refactor EngineState into multiple state objects: timer, scene, world, xr, etc.