mhhansen / three-scene-editor

A simple scene editor to manipulate THREE.js meshes in realtime

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Scene Editor

Please note that this is a work in progress and is far from complete. The plan is to integrate this with my game engine framework, ECS Engine, as a means of inserting entities as well as adding, editing, or removing components.

A simple scene editor to edit a THREE.js scene in realtime.

Demonstration

This may suffer from performance issues on older systems.

A live version of this web application is available here.

Installation

Ensure Node.js and npm are installed

Download or clone the repository, navigate to the root directory via the command line then enter:

npm i

npm will install all required dependencies

Get Started

Navigate to the root directory then enter:

npm run start

Webpack will serve the files locally on port 8080.

Credit

About

A simple scene editor to manipulate THREE.js meshes in realtime


Languages

Language:TypeScript 87.6%Language:JavaScript 9.3%Language:EJS 2.2%Language:CSS 0.9%