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).
- Host: GitHub
- URL: https://github.com/elycruz/webgl-prog-guide-book
- Owner: elycruz
- Created: 2016-11-29T12:53:08.000Z (over 8 years ago)
- Default Branch: main
- Last Pushed: 2024-03-29T19:41:41.000Z (about 1 year ago)
- Last Synced: 2025-01-22T15:12:53.770Z (5 months ago)
- Topics: opengl-es-20, reactjs, single-page-app, webgl
- Language: TypeScript
- Homepage:
- Size: 3.12 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
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`