WINDOWMODE
// Turn your screen into a Window into a virtual world
WindowMode
Turn your screen into a Window into a virtual world
13EmergingUnknown
What it does
This is a demo of True3D labs' "window mode". Check out the live demo here. To run this project locally: Open http://localhost:3000 with your browser to see the result. This is a NextJS project. The core funcionality driving the demo can be found at . We also use a small web worker for offloading tasks to a background thread, this can be found at . The file containing the 3D scene we render is
Getting Started
git
git clone https://github.com/True3DLabs/WindowMode