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: over 1 year ago
JSON representation

Experiments with cubes and opengl

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).