Sen descrición

Alexey Kutepov 73130cee1b Merge pull request #1 from nonvegan/master %!s(int64=4) %!d(string=hai) anos
.gitignore 57c62be558 Implement pixmap double buffering %!s(int64=4) %!d(string=hai) anos
LICENSE 3779fb16d9 Release under MIT license %!s(int64=4) %!d(string=hai) anos
Makefile 3f38ce6526 Implement ximage double buffering %!s(int64=4) %!d(string=hai) anos
README.md 8eea939889 Update Quick Start instructions %!s(int64=4) %!d(string=hai) anos
db_none.c 3f38ce6526 Implement ximage double buffering %!s(int64=4) %!d(string=hai) anos
db_pixmap.c 3f38ce6526 Implement ximage double buffering %!s(int64=4) %!d(string=hai) anos
db_xdbe.c 3f38ce6526 Implement ximage double buffering %!s(int64=4) %!d(string=hai) anos
db_ximage.c 3f38ce6526 Implement ximage double buffering %!s(int64=4) %!d(string=hai) anos
main.c e858a1c107 Assign a window title according to DB_IMPL %!s(int64=4) %!d(string=hai) anos

README.md

X11 Double Buffering Experiment

Trying different approaches to Double Buffering in Pure X11 applications on Linux:

Quick Start

$ make
$ ./main.none
$ ./main.xdbe
$ ./main.pixmap
$ ./main.ximage