Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mdsn/cubes
Experiments with cubes and opengl
https://github.com/mdsn/cubes
cpp opengl
Last synced: 28 days ago
JSON representation
Experiments with cubes and opengl
- Host: GitHub
- URL: https://github.com/mdsn/cubes
- Owner: mdsn
- License: mit
- Created: 2024-10-24T01:22:02.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-10-24T02:23:54.000Z (3 months ago)
- Last Synced: 2024-10-24T16:59:46.324Z (3 months ago)
- Topics: cpp, opengl
- Language: C++
- Homepage:
- Size: 701 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Cubes
Dependencies
- glad
- glfw
- glm
- SOIL2## Keys
`WASD` to move. Mouse to look around. `R` to toggle wireframe rendering. `Esc` to close. `Shift`/`Ctrl` to move the camera up or down (in the y axis).
## Credits
The texture atlas is from Fogleman's [Craft](https://github.com/fogleman/Craft).