Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/fogleman/meshview

Performant 3D mesh viewer written in Go.
https://github.com/fogleman/meshview

3d 3d-graphics go

Last synced: 4 days ago
JSON representation

Performant 3D mesh viewer written in Go.

Awesome Lists containing this project

README

        

# meshview

Performant 3D mesh viewer written in Go.

### Prerequisites

First, [install Go](https://golang.org/dl/), set your `GOPATH`, and make sure `$GOPATH/bin` is on your `PATH`.

```bash
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](https://github.com/go-gl/glfw#installation) for the `glfw` library.

### Installation

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

### Usage

```bash
meshview model.stl
```

![Screenshot](http://i.imgur.com/6RKNQuf.png)