https://github.com/banrovegrie/faces
Dodecahedrons can be beautiful
https://github.com/banrovegrie/faces
Last synced: about 2 months ago
JSON representation
Dodecahedrons can be beautiful
- Host: GitHub
- URL: https://github.com/banrovegrie/faces
- Owner: banrovegrie
- Created: 2021-03-14T03:01:29.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-07-31T20:06:15.000Z (over 3 years ago)
- Last Synced: 2025-01-18T11:44:25.110Z (3 months ago)
- Language: C++
- Homepage:
- Size: 10.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Dodecahedrons can be beautiful
This contains some of my attepts to code up cool polygons fast. This repo was made as a part of Computer Graphics course.
Major Requirements: `GLFW (glfw3), GLEW`
### Execution
```bash
cd src
./run
```