https://github.com/dfirebaugh/cube
https://github.com/dfirebaugh/cube
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/dfirebaugh/cube
- Owner: dfirebaugh
- License: mit
- Created: 2024-07-20T20:26:29.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-24T21:48:35.000Z (almost 2 years ago)
- Last Synced: 2024-12-27T19:29:47.678Z (over 1 year ago)
- Language: Go
- Size: 162 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.


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