bricks пре 1 година
родитељ
комит
652719784c
1 измењених фајлова са 17 додато и 1 уклоњено
  1. +17
    -1
      README.md

+ 17
- 1
README.md Прегледај датотеку

@@ -1,3 +1,19 @@
# XCB-Present-test

Little test that I made to figure out how use the Present extension of X11 with XCB.
Little test that I made to figure out how use the Present extension of X11 with XCB.
It animates a bar going from left to right. That's it.
I didn't put in any code to manage its size so don't resize its window.

To compile, just run
>make

Dependencies :
- C99 + posix
- libxcb
- libxcb-present
- libxcb-util
- libcairo

Controls:
- any mouse input to stop/resume the animation
- any keyboard input to exit the program

Loading…
Откажи
Сачувај