Java Caverot applet

John P N Pybus john.pybus@zoology.oxford.ac.uk
Tue, 9 Oct 2001 15:57:03 +0100


On Tuesday 09 Oct 2001 1:14 am, clewin griffith wrote:
>  --- Eric Madelaine <Eric.Madelaine@sophia.inria.fr>
> wrote: >
>
> > Question: How big a file can you visualize with
> > reasonnable performance ?
> >
> > Eric.
>
> Look at www.su.ic.ac.uk/caving/caverot/loser.php3
> This is a pretty huge data set.
>
> On my machine ,1Ghz :-), this was rather jerky. It
> probably did about 5fps when it wasn't thinking about
> other things like mouse movements and 1fps if that
> otherwise.  Aven doesn't even break sweat. Lesson:
> Never use java unless you have to.

With a recent JDK and 1.2Ghz Athlon I get ~26 fps with appletviewer on Linux. 
 Same JDK version on win2000 933Mhz PIII, gives ~73 fps (with the obvious 
change to the number of repaint()s/sec).

Anything involving java and the GUI is extra painful on Linux, where Java's 
display semantics don't sit well with X window's architecture.

This reminds me, I had a much more fully functional java caverot (zooms, 
rotations, read standard .3d etc) which I almost had finished 18 months or so 
ago - before I lost interest.  I might look it out and post it, when I have a 
moment.

John