Removed old todo list (most of it is done, the remaining parts are on the bugtracker)

Slightly reformatted the readme and added a nice ascii logo to it.


git-svn-id: svn://pulkomandy.tk/GrafX2/trunk@801 416bcca6-2ee7-4201-b75f-2eb2f807beb1
This commit is contained in:
Adrien Destugues 2009-05-12 21:03:17 +00:00
parent ff83f12b31
commit fe637a504c
2 changed files with 23 additions and 42 deletions

View File

@ -1,3 +1,9 @@
__/_/_/ __/_/ _/ _/ __/_/
_/ _/ __/_/ __/_/_/ _/ _/ _/ _/ _/
_/ _/_/ _/_/ _/ _/ _/_/_/_/ _/ _/
_/ _/ _/ _/ _/ _/ _/ _/ _/
_/_/_/ _/ _/_/_/ _/ _/ _/ _/_/_/_/
GrafX2 - The Ultimate 256-color bitmap paint program GrafX2 - The Ultimate 256-color bitmap paint program
Copyright (C)1996-2001 Sunset Design (G.Dorme & K.Maritaud) Copyright (C)1996-2001 Sunset Design (G.Dorme & K.Maritaud)
Copyright (C)2007-2009 the Grafx2 Project Team (A.Destugues & Y.Rizoud) Copyright (C)2007-2009 the Grafx2 Project Team (A.Destugues & Y.Rizoud)
@ -5,32 +11,32 @@ Copyright (C)2007-2009 the Grafx2 Project Team (A.Destugues & Y.Rizoud)
=== ABOUT === === ABOUT ===
GrafX2 is a drawing program dedicated to pixelart and low-color graphics. GrafX2 is a drawing program dedicated to pixelart and low-color graphics. This
This program is dedicated to everybody who knows what a single pixel is. program is dedicated to everybody who knows what a single pixel is. Its layout
Its layout is not very different from the famous Deluxe Paint or Brilliance, so is not very different from the famous Deluxe Paint or Brilliance, so it will be
it will be quite easy to handle it if you know at least one of these programs. quite easy to handle it if you know at least one of these programs. If you
If you aren't used to the art of drawing with up to 256 colors, it will be a aren't used to the art of drawing with up to 256 colors, it will be a little
little more difficult for you, but you should give it a try (or more, because more difficult for you, but you should give it a try (or more, because most of
most of the power of this program won't show up on the first try). Then, you the power of this program won't show up on the first try). Then, you might
might eventually like to draw the oldskool way ! eventually like to draw the oldskool way !
Grafx2 was originally written for the MS-DOS operating system. The authors Grafx2 was originally written for the MS-DOS operating system. The authors then
then released the sourcecode and we've modified it to run on your favorite released the sourcecode and we've modified it to run on your favorite platform
platform (if we missed it, please tell us !). Check the homepage at (if we missed it, please tell us !). Check the homepage at
http://code.google.com/p/grafx2 for latest news and bugfixed versions. http://code.google.com/p/grafx2 for latest news and bugfixed versions.
=== HELP === === HELP ===
If you are in trouble when using the program, don't forget you can always press 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 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. http://code.google.com/p/grafx2/wiki for some more information. If you've hidden
If you've hidden the menu and you're stuck, press <F10> to show it again. the menu and you're stuck, press <F10> to show it again.
=== LICENSE === === LICENSE ===
GrafX2 is free software; you can redistribute it and/or modify it under the GrafX2 is free software; you can redistribute it and/or modify it under the
terms of the GNU General Public License as published by the Free Software terms of the GNU General Public License as published by the Free Software
Foundation; version 2 of the License. See doc/gpl-v2.txt for details. foundation; version 2 of the License. See doc/gpl-v2.txt for details.
GrafX2 uses the following libraries that are distributed according to their GrafX2 uses the following libraries that are distributed according to their
own licenses: own licenses:
- SDL: see doc/README-SDL.txt - SDL: see doc/README-SDL.txt
@ -76,9 +82,10 @@ We enjoy programming GrafX2, we hope you will enjoy drawing with it. If you like
the program, here is a list of things you can do: the program, here is a list of things you can do:
* Register as an user at www.ohloh.net/p/grafx2 to improve our Karma * Register as an user at www.ohloh.net/p/grafx2 to improve our Karma
* Port GrafX2 to your favourite platform * Port GrafX2 to your favourite platform
* Report bugs or ask for features you miss (you'll get credited in the helpscreen !) * Report bugs or ask for features you miss (you'll get credited in the
helpscreen !)
* Make all your friends use GrafX2 * Make all your friends use GrafX2
* Send us your nice drawings, we'll put them in our online gallery * Send us your nice drawings, we'll put them in our online gallery
Enjoy Pixelling with GrafX2, Enjoy Pixelling with GrafX2,
PulkoMandy & Yves the great GrafX2 Project Team.- PulkoMandy & Yves, the great GrafX2 Project Team.-

View File

@ -1,26 +0,0 @@
WHAT WE STILL HAVE TO DO TO "COMPLETE" GRAFX 2.00:
- Rectangles filled with gradation
- Distort brushes
- Allow to use HSB values to define colors.
- FX on the picture (flip, stretch, shrink, ...)
- Text (we hope we'll be able to use TrueType fonts)
- Improve clicks on buttons in the menus (don't block the mouse).
OTHER POSSIBLE IMPROVEMENTS:
- Add "Anti-aliasing" mode.
- Add more drawing modes.
- Support Windows 95 long filenames.
- Add more video modes and fix some others.
- Add PiNG, TIFf, TarGA and JPeG file supports (in our dreams ;)).
- Allow to load more types of truecolor pictures with Dithering or
Floyd/Steinberg color reduction.
- Add Pop-up menus.
- Palette sort.
- ...
- Fix unknown (and known) bugs! :)
Note: There is no special order for the things to do listed above.