Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 558 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 558 Bytes

Level Editor

Design 3D platform levels. Built with Vue.js (UI) and Three.js (3D engine). I originally developed this app to help build levels for future games.

Screenshot

Local Development

  • Install NodeJS package libraries: npm install
  • Run development libraries npm run dev
  • Use the link it provides

Deployment

  • Run build with npm run build to create a fresh /dist folder

Update NPM libraries

  • Run npm outdated
  • Run npm i package-name@latest (replace "package-name" for each package listed)