GrafX2 for AROS
~~~~~~~~~~~~~~~
Introduction:
~~~~~~~~~~~~~
GrafX2 is a bitmap paint program that allows you to draw in more than 60 video
resolutions (from 320x200 to 1024x768, including most of the standard Amiga
resolutions : 320x256, 320x512, 640x256, 640x512, etc...). It was written to
run under DOS, but the code was modified to use SDL and modern operating
systems.
This version is based on the port for Amiga OS4 by Peter Gordon. I have made
quick corrections on the source so that it compiles on AROS.
Notes:
~~~~~~
initial version:
-Based on Peter Gordon's sources for version 2.00b97.0 (svn240).
svn308:
-Updated Makefile according to the one in svn
-Resolved bug when opening a file from command line caused the program to crash.
-There is a bug in the select screen mode window. You can use it but it doesn't
display well. Alternatively can use other modes invoking at the commmand line:
grafx2 /mode 800x600 (for example)
Building from source:
~~~~~~~~~~~~~~~~~~~~~
1) $AROSSOURCEROOT$/bin/linux-i386/tools/ should be in your PATH for
i386-linux-aros-gcc and company.
2) SDL must be built and i386-linux-aros-sdl-config must exist in path.
3) SDL_Image is another required package, you should build it with:
make contrib-sdl-sdl-image
4) Build by typing:
make -fMakefile.aros NOTTF=1
-------------------
Fernando Mastandrea
Uploaded using: archives.aros-exec.org
|