Next month, eh? I really hope this is the case
I've been waiting for lightworks / linux version for a long time. It will be the first decent video editing suite for linux, imho.
Phoronix: Lightworks Linux Alpha Planned For Next Month
Lightworks, the professional non-linear video editor that was open-sourced in mid-2010, is finally about to see its long-awaited Linux release...
http://www.phoronix.com/vr.php?view=MTE3OTg
Next month, eh? I really hope this is the case
I've been waiting for lightworks / linux version for a long time. It will be the first decent video editing suite for linux, imho.
Will it use Qt or GTK?
On Linux, we use GTK for creating the main window and cairo/pango for drawing its contents. The Lightworks windowing sytem is written using code that's been in place for a number of years. GTK also handles the user input (mouse, keyboard, etc). The video/effects work is handled by OpenGL with some help from nVidia's cg library (which lets us use the same pixel shaders on all platforms).
On Windows, we still use native GDI code and Direct3D.
Good to know. Thanks.