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

https://github.com/elycruz/webgl-prog-guide-book

WebGl Programming Guide Book exercises (using toji/gl-matrix).
https://github.com/elycruz/webgl-prog-guide-book

opengl-es-20 reactjs single-page-app webgl

Last synced: 3 months ago
JSON representation

WebGl Programming Guide Book exercises (using toji/gl-matrix).

Awesome Lists containing this project

README

        

# webgl-programming-guide-book
WebGl Programming Guide book exercises and code refactor.

**Note:**
- This book uses Webgl 1.0 so all examples are written using the webgl 1.0 api.

## Pending tasks
Put each example into a chapter view; E.g.,
Put all chapter examples onto chapter pages (will shorten left hand menu and allow for a collapsible navigation).

## Dirs
- ./src/components - All chapter examples are here.
- Other dirs are self explanetory (./src/utils for utils, ./src/css for sass/css etc.).

## Development
Dev scripts etc.

### Main dev commands
1. `pnpm install`
2. `pnpm start` (for react-app) and
3. `pnpm watch-css` for watching sass files.

### Dev scripts
#### On Windows
If `pnpm` is installed run 'start.bat'

#### On Ubuntu/gnome-terminal
If `pnpm` is installed `sh start.sh`