Skip to content

netcy/webgl-lines

 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 78.7%
  • GLSL 11.5%
  • CSS 4.5%
  • HTML 3.4%
  • Shell 1.9%