Little test that I made to figure out how use the Present extension of X11 with XCB.
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
bricks 08e918f771 Update 'README.md' 1 år sedan
LICENSE Initial commit 1 år sedan
README.md Update 'README.md' 1 år sedan
makefile Upload files to '' 1 år sedan
test.c Upload files to '' 1 år sedan

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