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

https://github.com/inokawa/webgl-practice

WebGL sandbox
https://github.com/inokawa/webgl-practice

Last synced: 2 months ago
JSON representation

WebGL sandbox

Awesome Lists containing this project

README

          

# webgl-practice

[![deploy](https://github.com/inokawa/webgl-practice/actions/workflows/deploy.yml/badge.svg)](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
```