Compatibilité entre Plate-forme

From MorphOS Library

Revision as of 05:33, 20 May 2016 by Thebucheron (talk | contribs)

Retour sur la page principale


CubicIDE editing an HTML document and an ARexx script
Un des effets positifs les plus importants de la compatibilité de MorphOS avec les programmes Amiga est le fait que les utilisateurs de MorphOS peuvent lancer directement la plupart des logiciels commerciaux achetés pour leur Amiga, avec le grand avantage de la puissance et de la vitesse. La plateforme informatique MorphOS/Pegasos n'est donc pas partie de zéro ! Bien que la mort officielle de Commodore soit datée du 29 avril 1994, beaucoup de logiciels Amiga ont encore été développés pendant des années après cette date. Et un certain nombre de programmes importants sont encore activement développés aujourd'hui, comme, par exemple, PageStream (qui est actuellement disponible pour les plateformes Amiga, Linux, MacOS, et Windows, ainsi qu'en code natif PowerPC pour MorphOS), l'éditeur de texte avancé "GoldEd" (qui est maintenant le noyau de Cubic IDE, un environnement de développement intégré qui couvre tous les principaux langages de programmation et SDKs disponibles pour AmigaOS/MorphOS), le dernier programme de présentation Hollywood (digne héritier de son illustre prédecesseur, "Hollywood" est entièrement compatible avec "Scala", et ajoute toutes les caractéristiques permises par les systèmes graphiques modernes), etc...

Quoi qu'il en soit, quand une plateforme informatique a une petite base d'utilisateurs comme MorphOS, le développement de nouveaux logiciels devient difficile. La production de logiciel commercial n'est pas encouragée, puisqu'il n'y a qu'une petite probabilité de trouver un nombre suffisamment grand d'acheteurs. La production de logiciel Open Source et de shareware est constante, ou augmente très lentement, parce qu'elle ne trouve pas une base suffisamment grande de codeurs : chacun étant déjà concentré sur un certain nombre de projets ne leur laissant pas de temps pour d'autres. Dans ces conditions, il existe une solution qui parfois peut réduire considérablement le temps d'élaboration d'une application : la conversion d'un logiciel issu d'une autre plateforme.


An old version of MPlayer on MorphOS
The 3D modeling and rendering program Blender
When AmigaOS was designed, a number of structures and features were inspired by Unix, and of course this reflects in the ABox API of MorphOS. So the porting of small commands, utilities, programs, and games from Unix to AmigaOS, and now from Linux to MorphOS, is sometimes not difficult. Two specific system libraries (ixemul.library and ixnet.library) make a number of porting efforts easier that require special Linux-like routines. Even large and complex applications like MPlayer, MEncoder, MLDonkey, E-UAE, MAME and Blender have been ported to MorphOS.

The main obstacles for code porting are the absence of the fork() function in AmigaOS and the ABox of MorphOS, the fact that AmigaOS/MorphOS are not fully POSIX-compliant, and the extreme difficulty of GUI porting. Linux GUIs are based on windowing systems which are usually parts of larger desktop environments, and are not integrated in the OS. Besides a very early port of X-Windows, no Linux windowing system has ever been ported to AmigaOS/MorphOS. There is no real advantage in doing such a port, because the effort would be very hard, and the smallest windowing system for Linux is a few times larger than MorphOS as a whole. Easy GUI porting would require the complete loss of the small footprint character of MorphOS, and would transform it into a useless new Linux-like OS.

So, contrary to other platforms, AmigaOS/MorphOS never had a port of very large and important applications like Mozilla and Open Office. The absence of programs like these, that are fundamental for a normal user who wants to interface his computer with the whole cyberworld without compatibility problems, is the biggest obstacle for a larger adoption of MorphOS in the desktop computer market.

Origyn Web Browser
Once people recognised the uselessness of porting large pieces of Linux distributions to MorphOS, a better idea emerged: the creation of wrappers that relate all the calls to certain basic structures of one system to their equivalents in the other system. As mentioned above, one attempt in this direction concerns GTK (the GIMP Toolkit, where GIMP is the acronym of GNU Image Manipulation Program), and tries to relate this popular widget toolkit for creating GUIs for the X-Windows system to the corresponding widgets of MUI. Anyway, the most relevant current port is the MorphOS version of the Origyn Web Browser (OWB), which is - like Apple's Safari - based on the WebKit engine and thus provides MorphOS users with a state-of-the-art browser. Again the MorphOS version is not just a quick recompile but diligently integrated into the overall look & feel of the operating system (including ARexx support), providing all the common user's needs like cookie and password management, support for different languages and mime types, content blocking, configurable context menus e.g. displaying recently closed tabs and visited sites, session saving/restoration and also a Flash-plugin based on the MorphOS port of swfdec.