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

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`

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
```