Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 692 Bytes

File metadata and controls

27 lines (20 loc) · 692 Bytes

Simple ThreeJS Model Loader For The IC

Author: cp-daniel-mccoy

This was designed as an easy to setup, easy to integrate 3D model loader ready for deployment on the internet computer. Currently this pacakge supports one of two modes (GLTF/GLB) or (VRM) and is only built in VueJS. A react version is planned.

Instructions:

On First Clone:

In order to generate the vite profile for this project you must run a few commands the first time through. Once you run these commands you can then run/deploy the program with your normal npm ops.

npm install
dfx start --clean --background
dfx deploy
dfx stop

To Run:

npm run dev

To Build:

npm run build