Little test that I made to figure out how use the Present extension of X11 with XCB.
No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.
bricks 08e918f771 Update 'README.md' hace 1 año
LICENSE Initial commit hace 1 año
README.md Update 'README.md' hace 1 año
makefile Upload files to '' hace 1 año
test.c Upload files to '' hace 1 año

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