https://github.com/flopp/qubistic
An interactive, Qt-based frontend for `primitive`
https://github.com/flopp/qubistic
Last synced: about 1 year ago
JSON representation
An interactive, Qt-based frontend for `primitive`
- Host: GitHub
- URL: https://github.com/flopp/qubistic
- Owner: flopp
- License: mit
- Created: 2018-11-01T21:19:11.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-11-04T17:36:08.000Z (over 7 years ago)
- Last Synced: 2025-01-22T12:23:39.212Z (over 1 year ago)
- Language: C++
- Size: 53.7 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# qubistic
An interactive, Qt-based frontend for [primitive](https://github.com/fogleman/primitive).
## Fetch and build `primitive`
```
GOPATH=$(pwd)/gopath go get -u github.com/fogleman/primitive
```