Sven Garbade writes:
> Dear all,
>
> I'm reading this mailing list for a while now and think ggi is very
> interesting. But I have only ran some example programs yet. Before I
> start to experiment, here are some questions:
>
> 1. Are there any functions to load pictures (e.g. jpg, pcx, bmp etc)
> with ggi?
Unfortunatly, no. You'll have to write your own loader.
For sample code:
Christoph has a simple ppm loader for 3dtoolkit
http://home.t-online.de/home/christoph_egger/3dtk/
The demo sources at http://die.die.ms/ecfh/ have a png loader.
> 2. What's about retrace sync? Found a function to get the current ray
> position (GetRayPos in LibGGIMisc). Can this be used to write simple
> animations without any flickering (in fullscreen mode)?
You can check the ecfh hompage to see how it is used.
Note that all targets don't have the GetRayPos capability.
> 3. Which kernel is prefered? Currently I use 2.2.17 and 2.4.3.
AFAIK The kernel version is not really an issue in ggi (execpt maybe
for inputs?).
Eric.