51 lines
2.3 KiB
Plaintext
51 lines
2.3 KiB
Plaintext
GrafX2 - The Ultimate 256-color bitmap paint program
|
|
Copyright (C)1996-2001 Sunset Design (G.Dorme & K.Maritaud)
|
|
Copyright (C)2007-2009 the Grafx2 Project Team (A.Destugues & Y.Rizoud)
|
|
-------------------------------------
|
|
|
|
GrafX2 is a drawing program dedicated to pixelart and low-color graphics.
|
|
This program is dedicated to everybody who knows what a single pixel is.
|
|
Its layout is not very different from the famous Deluxe Paint or Brilliance, so
|
|
it will be quite easy to handle it if you know at least one of these programs.
|
|
If you aren't used to the art of drawing with up to 256 colors, it will be a
|
|
little more difficult for you, but you should give it a try (or more, because
|
|
most of the power of this program won't show up on the first try). Then, you
|
|
might eventually like to draw the oldskool way !
|
|
|
|
Grafx2 was written for the MS-DOS operating system at the beginning. The authors
|
|
then released the sourcecode and we've modified it to run on your favorite
|
|
platform (if we missed it, please tell us !). Check the homepage at
|
|
http://code.google.com/p/grafx2 for latest news and bugfixed versions.
|
|
|
|
If you are in trouble when using the program, don't forget you can always press
|
|
the <F1> key inside it to get some help. You can also check the wiki at
|
|
http://code.google.com/p/grafx2/wiki for some more information.
|
|
|
|
This software is licensed under the conditions of the GPL v2, see doc/gpl-v2.txt
|
|
for details. It also uses the following libs wich have particular things to say:
|
|
- SDL, see doc/README-SDL.txt"
|
|
- SDL_image, see doc/README-SDL_image.txt"
|
|
- ######################"
|
|
|
|
The font Tuffy.ttf included as a sample in the fonts/ file is public domain.
|
|
|
|
Send bugs and feature requests to our bugtracker :
|
|
http://code.google.com/p/grafx2/issues/list
|
|
|
|
Sends greetings and glops to pouet.net : http://pouet.net/prod.php?which=51865
|
|
|
|
Short revision history (older first):
|
|
* 1.0 Project starts.
|
|
* Beta 90% Wired'96 release. First public release.
|
|
* 96.5% Last release from Sunset Design. Source code released in 2001 under GPL
|
|
* svn1 : Begin of SDL port
|
|
* svn80 : First public alpha release of SDL port. Windows and Linux only
|
|
* 97.5% : First public beta release of SDL port
|
|
* 98% : The one you have. Ported to Linux, Windows, Mac OS X, BeOS, Haiku,
|
|
AmigaOS 3.x and 4, MorphOS, SkyOS and gp2x.
|
|
|
|
Check http://code.google.com/p/grafx2/source/list for detailled changelog.
|
|
|
|
|
|
|