• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..01-Jul-2013-

MakefileH A D01-Jul-2013280 1710

READMEH A D01-Jul-2013658 1913

anim.adbH A D01-Jul-2013156 108

anim2.adbH A D01-Jul-2013185 119

anim_task.adbH A D01-Jul-20135.3 KiB177127

anim_task.adsH A D01-Jul-201355 43

anim_timeout.adbH A D01-Jul-20135 KiB157109

anim_timeout.adsH A D01-Jul-201361 43

double_buffer.adbH A D01-Jul-201312.7 KiB375232

double_buffer.adsH A D01-Jul-20136.4 KiB13431

full_test.adbH A D01-Jul-201311.3 KiB341256

full_test.adsH A D01-Jul-201355 43

parameters.adbH A D01-Jul-2013186 119

README

1This demo shows how you can use GtkAda to create flicker-free
2animations, thanks to double-buffering.
3
4A new widget is supplied that provides transparent double-buffering,
5which you can easily reuse in your own application.
6
7Please read the output of all the demos for more information.
8
9How to build the demos:
10  >  make
11
12
13IMPORTANT NOTE:
14To use the multi-tasking demo (anim), you need to compile your application
15with support for native threads.
16If you are using the GNAT compiler, you should read the file README.TASKING in
17the GNAT distribution (basically on Linux, you need to change the links to
18adalib and adainclude in the installation directories).
19