Short: Pixel paint program (like DPaint etc). Author: Grafx2 team Uploader: masta uy gmail com (Fernando Mastandrea) Type: gfx/edit Version: svn793 Requires: SDL, SDL_ttf, SDL_image Architecture: i386-aros 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) svn793: -Updated source from svn. -Now compiled with ttf support. Building from source: ~~~~~~~~~~~~~~~~~~~~~ It requires SDL, SDL_image and SDL_ttf Run "sh". Build by typing just "make" aros. If you don't want ttf support add "NOTTF=1" Note: if run from sh it will say it can't find gfx2def.ini, run from wanderer or cli instead. ------------------- Fernando Mastandrea Uploaded using: archives.aros-exec.org