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

https://github.com/dfirebaugh/cube


https://github.com/dfirebaugh/cube

Last synced: 8 months ago
JSON representation

Awesome Lists containing this project

README

          

# cube

This is a repo where I can play around with different rendering algorithms.

It's currently using opengl to render some cubes.

textured

wireframe

## run

```bash
go get ./...
go run ./test/simple/
```