[Date Prev][Date Next][Thread Prev][Thread Next][Author Index][Date Index][Thread Index]
Re: [zzdev] To do for article
- To: Tuomas Lukka <lukka@xxxxxxxxxx>
- Subject: Re: [zzdev] To do for article
- From: "B. Fallenstein" <b.fallenstein@xxxxxx>
- Date: Wed, 09 May 2001 04:06:31 +0200
- Cc: zzdev@xxxxxxxxxx
- References: <20010508235709.B10684@xxxxxxxxxxxxxx>
Tuomas Lukka wrote:
>
> Demos:
> - file browser (Benja, Rauli)
> - should use JInternalFrame
> to make cooler-looking display
I don't have a clue at what you want to do here (except if you want to
replace the panes by JInternalFrames, which would require re-writing
VobPanel COMPLETELY, as well as writing a new VobScene implementation,
because overlapping panes are nowhere near being possible at the moment).
> - code to time an event stream and play back, writing
> .ppm files
> - must show mouse cursor, and also output sound track
> clicks at the right times.
The guidelines UIST refers to require that the video is real-time; is
the plan you describe ok in that case?
> Text:
> - lots of stuff.
> - refactored Vob Scene explanation (Tuomas)
> - file browser (Benja)
> - Design patterns (Vesa)
> - ???
Components (Benja). (Namely, an explanation of how vobs map to use with
lightweight components.)
-b.