This is a fork of Matt DesLauriers’ webgl-wireframes modified to create concentric striping.
Click here to see a live demo.
To build & run this project locally, first clone the repository, then use npm to install and run it:
npm install
npm start
Now open localhost:9966
to see it in your browser.
To build:
npm run build
The technique here is just one approach to wireframe rendering. You may find these other articles interesting:
- Easy Wireframes with barycentric coordinates – Florian Bösch
- Two Methods for Antialiased Wireframe Drawing with Hidden Line Removal
- glsl-solid-wireframe – drawing wireframes and grids in a fragment shader by Ricky Reusser
- Drawing Lines is Hard
MIT, see LICENSE.md for details.