[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Gzz] Images with AWT
From: |
Tuomas Lukka |
Subject: |
Re: [Gzz] Images with AWT |
Date: |
Wed, 2 Apr 2003 20:20:47 +0300 |
User-agent: |
Mutt/1.4.1i |
On Wed, Apr 02, 2003 at 03:27:41PM +0300, Tuukka Hastrup wrote:
> On Wed, 2 Apr 2003, Tuomas Lukka wrote:
> > > Which parts of the OpenGL code should be mirrored in awt?
> >
> > GLSpanner, mostly.
>
> So org/fenfire/util/Spanner?
No, AWTSpanner.
> > > What kind of applications? How should this be resolved?
> >
> > PP, for now.
>
> PP will run on AWT again?
Yes, this has been requested from us.
> Should putting all code to the new CVS modules work? libvob doesn't seem
> to contain ImageVob.
??? I don't understand the first sentence.
> How does Matti's new proposal affect the organisation considering this
> task?
Not much - this is at a lower level.
> > Having fixed zoom size steps, I think, drawing extra borders else.
>
> We can crop borders as well, at least during animation. As PP images
> remain constant for long perioids in time, we could render at the exact
> zoom level when time permits.
The problem is that the zoom doesn't always stay constant. But maybe long enough
to allow this, yes...
> Do you think it would make sense to optimise PP using Graphics2D? I don't
> know if it's supported under Kaffe.
You mean pessimize? ;)
G2D is horribly slow on Linux.
Tuomas