Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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