meshview
Performant 3D mesh viewer written in Go.
Prerequisites
First, , set your GOPATH, and make sure $GOPATH/bin is on your PATH.
brew install go # if using homebrew
# put these in .bash_profile or .zshrc
export GOPATH="$HOME/go"
export PATH="$PAT