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
- Host: GitHub
- URL: https://github.com/rytsh/tuto3d
- Owner: rytsh
- License: mit
- Created: 2021-04-24T20:15:58.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-11-21T02:35:02.000Z (over 4 years ago)
- Last Synced: 2025-02-01T10:28:07.135Z (about 1 year ago)
- Topics: 3d, showcase, threejs, threejs-example, threejs-learning
- Language: Svelte
- Homepage: https://rytsh.github.io/tuto3d/
- Size: 2.3 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```