Skip to content

rytsh/tuto3d

Repository files navigation

Tuto3D

This is bunch of examples of 3D implemetation on the web.

I made it to remember and usages of 3d libraries.

Any comment or feature ideas welcome.

Development

Run in development

Install dependencies

pnpm install

Run project

PORT=3003 pnpm run dev -- --host

Build

pnpm run assets
pnpm build

if you want to add new assets, add new values to src/helper/mAssets.ts file.

Build a docker builder

docker build -t ryts/buildpnpm:latest ci/build