[opendemo-devel] Re: plan for OpenDemo editor
Status: Beta
Brought to you by:
girlich
From: Dr. U. G. <Uwe...@ph...> - 2003-12-01 08:02:43
|
Hello! > I have no idea, if Q3A can even read from a named pipe ... It can. > The next step is to remove optionally (with a new console variable) called od_pipe > all tests on the file end (comparisons with stream->len). Thus odfread() may > block but the external program will feed in always new data anyway. When > these comparisons are gone, I'll try 'cat odfile.xml > pipe.odq3a' and let > Q3A replay 'pipe.odq3a'. It works with the current CVS source. In tools/odcut I just started a small OD file editor. The Perl module odfile.pm can read OD file, write OD files and extract (out of the internal DOM tree) the header (everything, which comes before the first <snapshot>), every single <snapshot>, and the footer (everything, which comes after the last </snapshot>). The next step is to take care of the always increasing sequence number and the time stamp in a sequence of <snapshot> elements. Then I'll code a wxPerl frontend with a slider, play backwards, pause, and play forward buttons, and a speed scale number. Only then we can seriously think about any real features of the OD editor. Bye, Uwe |