Skip to content

A simple lightweight 3D model loader built with three-js wrapped in dfx for internet computer deployment

Notifications You must be signed in to change notification settings

id-daniel-mccoy/three-model-viewer

 
 

Repository files navigation

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

About

A simple lightweight 3D model loader built with three-js wrapped in dfx for internet computer deployment

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 59.8%
  • Vue 21.0%
  • TypeScript 9.5%
  • HTML 6.2%
  • PureBasic 1.9%
  • CSS 1.6%