Edgar Schwan who ported Cygnix to AmigaOS uses the username "CygnusEd". He is not the author of the program CygnusEd though, that would be Olaf Barthel (olsen/obarthel).
The development of Cygnix is still in progress. The next release is not a simple update, it will be a complete new Cygnix, which will be called "AmiCygnix" in the future (There is a "Cygnix" for Windows). It has a new desktop, is faster, more comfortable and some new apps are on the way.
If I had enough time, I could release it in a few weeks, but I haven't. The problem is, that the old apps cannot run on AmiCygnix. I must recreate all apps published so far. The most important programs should be available together with AmiCygnix. So there is much to do.
Here is a snapshot for the curious people :
Stay tuned!
@orgin
Unfortunately not. Only a display driver for the workbench is under development. With this driver you can open the AmiCygnix screen in a window on the WB screen. Let's see, if it will be in my first AmiCygnix package.
@cygnusEd I am probably being a bit dumb here, but will this enable easier porting of Linux programs? And, if so, is there any sort of SDK available or required?
Swoop wrote: @cygnusEd I am probably being a bit dumb here, but will this enable easier porting of Linux programs? And, if so, is there any sort of SDK available or required?
Just my,probably unnesessary, thoughts.
AmiCygnix is a unix environment for OS4. It makes it indeed easier to port Linux programs. Currently libs for the toolkits GTK2, GTK1, wxWidgets, Motif, FLTK and Xt are available.
And yes, there will be a SDK published for those, who wants to port (compile) their own programs. Most programs will compile without or only with a few changes. But functions like fork()/pipe() are not available and must be replaced by own code.