Latest Discussions
Topic
Replies
Last Post
Posted By: softwarefailure. on 2013/3/26 6:10:19
Airsoft Softwair has just released a new plugin for Hollywood 5 - Infinity. This plugin enables all Hollywood scripts to load and save images in the JPEG2000 format. JPEG2000 is the successor to the popular JPEG format and offers multiple advantages over its predecessor including lossless compression and the possibility to store images with alpha channels. Additionally, when a JPEG2000 plugin is available and you compile executables for Mac OS X, Hollywood will be able to create Mac OS X icons in the resolutions 256x256 and 512x512 as well because these images are encoded using JPEG2000 bitstreams.

You can download the plugin from the official Hollywood portal. Thanks to Hollywood 5's cross-platform plugin system versions for AmigaOS3 (Classic), AmigaOS3 (FPU), AmigaOS4, MorphOS, WarpOS, AROS (Intel), Linux (PowerPC), Linux (Intel), Mac OS (PowerPC), Mac OS (Intel), Windows and Google's Android platform are provided.
Posted By: ASiegel. on 2013/1/5 18:08:49

The MorphOS 3.2 SDK is now available. The package comes with updated GG environment, current MorphOS includes, updated documentation, and many minor fixes. Please note that this is a beta release.

Minimum requirements: MorphOS 3.1.

Apart from the installation archive, a package with GG and GCC sources used in the SDK is also available for download.

Posted By: softwarefailure. on 2013/1/1 14:51:21
This is it! Airsoft Softwair has saved their greatest firework for New Year's Day! MUI Royale is a plugin for Hollywood that finally allows you to easily create MUI GUIs with Hollywood. MUI Royale supports over 40 MUI classes including popular third-party classes like TextEditor.mcc and TheBar.mcc. Creating and managing menustrips is also fully supported. The plugin sets new standards concerning the ease of use because the GUI layout can be conveniently defined using an XML file that is converted into a MUI GUI by MUI Royale on the fly. GUI design has never been so easy! Of course, new features of MUI 3.9 (AmigaOS 4) and MUI 4.0 (MorphOS) are also supported.
Posted By: Yomgui. on 2012/6/8 7:50:42
Python 2.7.3 and Mercurial 2.2.2 have been released for MorphOS.

Projects located on bitbucket:

http://bitbucket.org/yomgui/cpython/wiki/Home
http://bitbucket.org/yomgui/mercurial/wiki/Home

The 3.x version has been also ported for Blender 2.5x, but not integrated in bitbucket.org yet.

Check Download tab for binaries distributions.

Python is a shared MorphOS library.
Posted By: softwarefailure. on 2012/3/20 17:02:09
A new plugin for Hollywood has been released today: The XML Parser plugin allows Hollywood scripts to parse XML files easily and efficiently. This finally allows Hollywood users to make use of this extremely flexible universal markup language that can be used for so many purposes. The plugin needs to be installed into LIBS:Hollywood but the included installer will take care of that automatically. Once the plugin has been installed successfully, a new user library should show up in the plugin.api tab in the Hollywood GUI. This plugin is based on libexpat and luaexpat.

You can download the plugin from the official Hollywood portal. Thanks to Hollywood 5.0's cross-platform plugin system versions for AmigaOS3 (Classic), AmigaOS3 (FPU), AmigaOS4, MorphOS, WarpOS, AROS (Intel), Linux (PowerPC), Linux (Intel), Mac OS (PowerPC), Mac OS (Intel) and Windows are provided.
Posted By: spotUP. on 2012/3/19 9:24:19
SpotUp writes. "There has been a fair amount of talk recently about unity and co-operation between all of the Amiga camps (OS3, OS4, AROS and MorphOS). Many of us are tired of the divisions that cause many arguments and slow down progess. What we'd like to see is more co-operation between developers and users, just like we had in the good old days...
Posted By: Krashan. on 2011/9/8 3:20:32
The MorphOS Team just released an update to the Software Development Kit for MorphOS. The main feature of this update is Scribble, a modern and versatile programmer's editor based of well known Scintilla editor component. Scintilla has been ported and converted to a public MUI class. Scribble, aimed mainly at C/C++ development, is well integrated with the rest of SDK. What is most important, Scribble has built-in code scanning technology. It allows syntax highlighting, smart autocompletion, hinting constants, structure members, function arguments and more, to work not only with the system API, but also the project code. Fast code browsing is possible via file list, function list and jumping to function declaration or definition. The system API documentation may be accessed with a single mouse click. A short movie shows Scribble in action and presents many features mentioned above.
Posted By: ASiegel. on 2011/7/19 20:40:07

The MorphOS development team would like to announce that a new version of the MorphOS Software Development Kit 2 is now available. All developers who are interested to upgrade their existing MorphOS development infrastructure will need a computer running MorphOS 2.7 and at least 300 MB of free disk space.

The July 2011 release of the MorphOS SDK 2 includes the following changes:

  • GCC 4.4.5, 2.95.4
  • Fixed GCC 2.95.3 not to generate AltiVec code in C++ exceptions handling

You can download the MorphOS SDK 2 in our files section.

Posted By: Papiosaur. on 2011/4/21 21:01:08
RELEC society in partnership with website http://www.meta morphos.org organizes a competition open to all programmers on the planet.

A development machine for MorphOS is to win: it's a EFIKA 5200B "DELUXE EDITION", a unique prototype proposed by RELEC. The list of elements is given later in this article.
Posted By: Tcheko. on 2011/4/12 16:03:30
Antoine Dubourg a.k.a. Tcheko released its latest production : spellchecker.library 1.0

This new library offers spellchecking feature based on a dictionary of words. It uses common and efficient spellchecking algorithms : double metaphone and Levenshtein distance (used in major Office package like OpenOffice, AbiWord...). This first release is aimed mainly at developer as no application currently uses spellchecker.library.