https://github.com/inokawa/webgl-practice
WebGL sandbox
https://github.com/inokawa/webgl-practice
Last synced: 2 months ago
JSON representation
WebGL sandbox
- Host: GitHub
- URL: https://github.com/inokawa/webgl-practice
- Owner: inokawa
- Created: 2022-07-28T17:08:18.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-12-11T03:53:35.000Z (almost 3 years ago)
- Last Synced: 2025-04-04T22:11:17.691Z (6 months ago)
- Language: TypeScript
- Homepage: https://inokawa.github.io/webgl-practice/
- Size: 77.2 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# webgl-practice
[](https://github.com/inokawa/webgl-practice/actions/workflows/deploy.yml)
Mostly following [the book (`Real-Time 3D Graphics with WebGL 2`)](https://github.com/oreilly-japan/real-time-3d-graphics-with-webgl2-2e-ja) and its [sample code](https://github.com/PacktPublishing/Real-Time-3D-Graphics-with-WebGL-2), but refactored and rewritten in TypeScript.
## Demo
https://inokawa.github.io/webgl-practice/
## Start
```sh
npm install
npm start
```