Skip to content

tostegroo/webgl-prototype

Repository files navigation

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"
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published