fix readme
This commit is contained in:
parent
5a782567e6
commit
08d607f1ef
@ -12,7 +12,7 @@ GLFW Examples
|
||||
Примеры
|
||||
-------
|
||||
### Вращающийся куб
|
||||
![Rotate Cube](https://github.com/IIIypuk/glfw-examples/raw/master/images/rotate_cube.png)
|
||||
![Rotate Cube](https://raw.githubusercontent.com/IIIypuk/glfw-examples/master/rotate_cube/rotate_cube.png)
|
||||
**Управление:**
|
||||
`Up` - повернуть куб вверх
|
||||
`Left` - повернуть куб влево
|
||||
|
@ -1,6 +1,6 @@
|
||||
Вращающийся куб
|
||||
---------------
|
||||
![Rotate Cube](https://github.com/IIIypuk/glfw-examples/raw/master/images/rotate_cube/rotate_cube.png)
|
||||
![Rotate Cube](https://raw.githubusercontent.com/IIIypuk/glfw-examples/master/rotate_cube/rotate_cube.png)
|
||||
|
||||
_Описание_
|
||||
Куб, вращение которого осуществляется стрелками
|
||||
@ -8,5 +8,5 @@ _Описание_
|
||||
_Компиляция_
|
||||
|
||||
```
|
||||
$ tcc rotate_cube.c pkg-config --libs glfw3 -o rotate_cube
|
||||
$ tcc rotate_cube.c `pkg-config --libs glfw3` -o rotate_cube
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user