glfw-examples/rotate_cube/README.md
2015-10-17 14:58:09 +03:00

13 lines
359 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

Вращающийся куб
---------------
![Rotate Cube](https://raw.githubusercontent.com/IIIypuk/glfw-examples/master/rotate_cube/rotate_cube.png)
_Описание_
Куб, вращение которого осуществляется стрелками
_Компиляция_
```
$ tcc rotate_cube.c `pkg-config --libs glfw3` -o rotate_cube
```