CipherProxy / cipher-3d-viewer

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:MIT License


Languages

Language:JavaScript 60.5%Language:Vue 20.1%Language:TypeScript 9.6%Language:HTML 6.2%Language:PureBasic 1.9%Language:CSS 1.6%