Skip to content

Latest commit

 

History

History
37 lines (25 loc) · 1.14 KB

README.md

File metadata and controls

37 lines (25 loc) · 1.14 KB

WebGL Prototype

A small boilerplate for prototyping with WebGL.

License: MIT Status devDependency Status

Includes

Tasks

  • yarn run start Start the local server and watch for changes
  • yarn run build Build and minify
  • yarn run lint Lint your ts code
  • yarn run three-examples Convert three example files to es6 modules

Flags

Open the following url to enable all debug helpers.

http://localhost:8080/?gui&helpers&stats

Editor

If you use vscode you can add glsl syntax highlighting for .glsl.ts files. Update your preferences with this snippet.

"files.associations": {
  "*.glsl.ts": "glsl"
}