Latest Discussions
Topic
Replies
Last Post
Posted By: Krashan. on 2014/10/25 9:19:40
While DigiBooster 3 replayer routine is available from some time as a static library, having it as shared one has some advantages. First applications using it may be smaller, secondly, updates of the player engine may be installed by users, applications need not to be recompiled. The library may be downloaded from MorphOS Files. The archive also coinatis developer material and source code. The package is licensed on BSD licence.
Posted By: jPV. on 2014/10/24 13:22:50
Finnish Amiga Users Group hosted the traditional Saku 2014 retro and vintage computer event in Tampere, Finland on September 20th, 2014. International guests of honor were former Commodore/Amiga president Petro Tyschtschenko from Germany and Cloanto/Amiga Forever's Michael Battilana from Italy. Over 200 people attended the successful event. Petro (and Michael) were interviewed in front of the audience by Finnish Amiga Users Group's Janne Sirén and video of the speech is now on YouTube.
Posted By: pegasos-sigi2. on 2014/10/21 4:57:36
SoundBookCreator_0.1 is a creator of EBooks with sound.
It puts a whole collection of mp3 - files together to a single EPUB file.
Posted By: Krashan. on 2014/10/20 10:13:26
LibMaker is a GUI based tool generating code skeletons of shared libraries. As such it is the successor of old ChocolateCastle program. After entering specifications of a library and its set of function, LibMaker generates a complete, ready to compile project template, with makefile and standard include files. Version 0.11 can generate a shared library skeleton for MorphOS or for AmigaOS 3 (M68k). Defined library projects may be saved for later reuse or adding new functions. LibMaker preserves existing functions, so library can be developed incrementally. The program features extensive bubble help, so there is less need to look at the manual. LibMaker is distributed with the source code on BSD license and can be downloaded from the MorphOS Files. Future versions of the program will handle BOOPSI and MUI classes, as well as generation of code for AmigaOS 4.
Posted By: Krashan. on 2014/10/8 4:26:42
Lua Explorador is a GUI based source level debugger for Lua programs. Version 0.5 released yesterday, supports passing commandline arguments to debugged scripts. The feature handles both the standard Lua arg[] table (including a script path in arg[0]), and MorphOS specific argline variable. The program is available in our downloads section.