emcc
is installed and available in the PATH. Instructions to installemcc
can be found here.npm
is installed. Instructions to installnpm
can be found here.
- Clone the repository
git clone https://github.com/branyang02/imagen-3d.git
- Install dependencies
cd imagen-3d
npm install
- Navigate to
gsplat
and runnpm run watch
. This builds thedist
library ingsplat
which is used by3dgs-app
cd gsplat
npm run watch
Note, if rollup
is not installed, run npm install rollup
to install it.
- Open a new terminal window and navigate to
3dgs-app
and runnpm 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
.