https://github.com/peterhellberg/objview
A simple QML interface to the go-qml wavefront parser. (Requires Qt 5)
https://github.com/peterhellberg/objview
Last synced: about 1 year ago
JSON representation
A simple QML interface to the go-qml wavefront parser. (Requires Qt 5)
- Host: GitHub
- URL: https://github.com/peterhellberg/objview
- Owner: peterhellberg
- License: mit
- Created: 2014-09-06T13:43:58.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-01-18T01:06:03.000Z (about 11 years ago)
- Last Synced: 2025-01-14T07:11:26.398Z (about 1 year ago)
- Language: Go
- Homepage:
- Size: 156 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
objview
=======
A simple QML interface to the [go-qml](https://github.com/go-qml/qml) wavefront parser.
(Requires [Qt 5](https://qt-project.org/wiki/Qt_5.0))

## Dependencies
On Mac OS X you'll need [Qt 5](https://qt-project.org/wiki/Qt_5.0).
It's easiest to install with [Homebrew](http://brew.sh/).
Install the qt5 and pkg-config packages:
$ brew install qt5 pkg-config
Then, force brew to "link" qt5 (this makes it available under /usr/local):
$ brew link --force qt5
And finally, fetch and install go-qml and wavefront:
$ go get -u gopkg.in/qml.v1
$ go get -u github.com/peterhellberg/wavefront
## Installation
$ go get -u github.com/peterhellberg/objview