Little test that I made to figure out how use the Present extension of X11 with XCB.
Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.
bricks 08e918f771 Update 'README.md' pirms 1 gada
LICENSE Initial commit pirms 1 gada
README.md Update 'README.md' pirms 1 gada
makefile Upload files to '' pirms 1 gada
test.c Upload files to '' pirms 1 gada

README.md

XCB-Present-test-2

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