Skip to content

adamshaylor/webgl-wireframes

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

webgl-wireframes

This is a fork of Matt DesLauriers’ webgl-wireframes modified to create concentric striping.

Demo

Click here to see a live demo.

Usage

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

Further Reading

The technique here is just one approach to wireframe rendering. You may find these other articles interesting:

License

MIT, see LICENSE.md for details.

About

Geometry striping shader

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 73.8%
  • CSS 12.7%
  • HTML 7.4%
  • GLSL 6.1%