An open API service indexing awesome lists of open source software.

https://github.com/rytsh/tuto3d

Examples of 3d in web
https://github.com/rytsh/tuto3d

3d showcase threejs threejs-example threejs-learning

Last synced: about 1 year ago
JSON representation

Examples of 3d in web

Awesome Lists containing this project

README

          

# 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

```sh
pnpm install
```

Run project

```sh
PORT=3003 pnpm run dev -- --host
```

Build

```sh
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

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