discuss-gnustep
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Announcing GLife. (II)


From: Marko Riedel
Subject: Announcing GLife. (II)
Date: Thu, 19 Sep 2002 17:46:28 +0200 (CEST)

Hi there,

I fixed some minor glitches. There was a bug where a file would not
display properly after being opened. I used PSmoveto(x, y);
PSlineto(x, y); and PSstroke(), thinking that this would reliably set
pixels. Apparently it doesn't, even with a preceding
PSsetlinewidth(1.0). There was no scaling involved. I replaced the
code with PSrectfill(x, y, 1, 1), which seems to work.

I also added some code that detects when a running pattern has ended
and stops the ticker for that document.

The patterns MAX*, QUILT and SHIP* work quite nicely.

The URL is http://www.geocities.com/markoriedelde/GNUstep/index.html
or http://www.gnustep.it (with screenshots).

Best regards,

-- 
+------------------------------------------------------------+
| Marko Riedel, EDV Neue Arbeit gGmbH, mriedel@neuearbeit.de |
| http://www.geocities.com/markoriedelde/index.html          |
+------------------------------------------------------------+




reply via email to

[Prev in Thread] Current Thread [Next in Thread]