Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 437 Bytes

README.md

File metadata and controls

32 lines (23 loc) · 437 Bytes

An OBJ viewer written in go

Requirements:

Go Weekly

Installgo-glfw

Install gogl:

go get 'github.com/jteeuwen/glfw'
go get 'github.com/chsc/gogl'

Installation

git clone git://github.com/Fumon/go-obj-view.git
cd go-obj-view
./build.sh

Running

cd bin
./monkey -file="somefile.obj"