Jason Boyd wrote:
>
> not seem to go into enough depth around these finer graphical points. What
> book would any of you recommend as a further supplement?
>

Both Jonathan Knudsen's "Java 2D Graphics" and V. Hardy's
"Java 2D API Graphics" are good books.  Knudsen's has many many
examples that can be downloaded and Hardy's describes an entire
layered graphics toolkit -- great concepts.

Those are the only two books that I can recommend.

That link to "painting" on the sun site really describes what's
going on with Swing.  You really should take a look at it.

If you dig around in the Java2D demo in the JDK you'll see some
other things you might want to investigate like the setOpaque()
method, Toolkit.sync(), paintImmediately() and working with the
RepaintManager instance.

> I've now got it working with 3 videos and semi-successfully rendering my
> sequence view with a moving playhead and am managing to render the playhead
> about every other frame for 30 fps videos all using my very naive algorithms
> (this is prototype code). This is on OS X and a 733 G4, which is roughly our
> projected baseline hardware. I'll post a stable version for the curious once
> I've got one; we plan to GPL the project once its past prototyping.

Wow, most impresssive!

--
Allan MacKinnon
[EMAIL PROTECTED]
Boston, MA

===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff JAVA2D-INTEREST".  For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".

Reply via email to