How to download and setup fauxgl
Open terminal and run command
git clone https://github.com/fogleman/fauxgl.git
git clone is used to create a copy or clone of fauxgl repositories.
You pass git clone a repository URL. it supports a few different network protocols and corresponding URL formats.
Also you may download zip file with fauxgl https://github.com/fogleman/fauxgl/archive/master.zip
Or simply clone fauxgl with SSH
[email protected]:fogleman/fauxgl.git