Skip to content

fogleman/meshview

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

meshview

Performant 3D mesh viewer written in Go.

Prerequisites

First, install Go, 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="$PATH:$GOPATH/bin"

You may need to install prerequisites for the glfw library.

Installation

go get -u github.com/fogleman/meshview/cmd/meshview

Usage

meshview model.stl

Screenshot

About

Performant 3D mesh viewer written in Go.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages