mattdesl / webgl-lines

some interactive content for a blog post

Home Page:http://mattdesl.svbtle.com/drawing-lines-is-hard

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

webgl-lines

stable

Some interactive content for a blog post.

Demos:

running demos

First you need to git clone and install dependencies:

git clone https://github.com/mattdesl/webgl-lines.git
cd webgl-lines
npm install

To start developing a demo, use one of the following:

  npm run native
  npm run triangles
  npm run expanded
  npm run projected

And open localhost:9966/[demo], for example localhost:9966/native.

production

For the bundle splitting and uglify step, use npm run build-all.

License

MIT, see LICENSE.md for details.

About

some interactive content for a blog post

http://mattdesl.svbtle.com/drawing-lines-is-hard

License:MIT License


Languages

Language:JavaScript 78.7%Language:GLSL 11.5%Language:CSS 4.5%Language:HTML 3.4%Language:Shell 1.9%