Little test that I made to figure out how use the Present extension of X11 with XCB.
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
bricks 08e918f771 Update 'README.md' 1年前
LICENSE Initial commit 1年前
README.md Update 'README.md' 1年前
makefile Upload files to '' 1年前
test.c Upload files to '' 1年前

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