Little test that I made to figure out how use the Present extension of X11 with XCB.
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
bricks 08e918f771 Update 'README.md' il y a 1 an
LICENSE Initial commit il y a 1 an
README.md Update 'README.md' il y a 1 an
makefile Upload files to '' il y a 1 an
test.c Upload files to '' il y a 1 an

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