branyang02 / imagen-3d

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

IMAGEN 3D Library

Pre-requisites

  1. emcc is installed and available in the PATH. Instructions to install emcc can be found here.
  2. npm is installed. Instructions to install npm can be found here.

Setup

  1. Clone the repository
git clone https://github.com/branyang02/imagen-3d.git
  1. Install dependencies
cd imagen-3d
npm install

Usage

  1. Navigate to gsplat and run npm run watch. This builds the dist library in gsplat which is used by 3dgs-app
cd gsplat
npm run watch

Note, if rollup is not installed, run npm install rollup to install it.

  1. Open a new terminal window and navigate to 3dgs-app and run npm run dev to start developing
cd 3dgs-app
npm run dev

Note: npm run watch automatically watches for changes in gsplat and will auto rebuild dist.

About


Languages

Language:TypeScript 88.0%Language:HTML 4.9%Language:CSS 3.4%Language:C++ 2.7%Language:JavaScript 0.7%Language:Shell 0.2%