AROS Programs

From Freepascal Amiga wiki
Revision as of 18:29, 26 August 2014 by Alb42 (talk | contribs) (UI designer download link)
Jump to navigation Jump to search

GUI Utilities:

  • Show Windows [1]
A program to list the current windows on screen with parent relations. (included in distro, or as seperate download).
  • UI DEsigner [2]
The UI designer of the fpgui package, easy creating GUIs by simple mouse clicks

Commandline Utilities:

  • SetPenColor [3]
Utility to manipulate colors of a screen. Started out as an example on how to parse commandline parameters AROS-style.
Tool to play MP3-files using mpega.library. Initially created to show that FPC can be used to fullfill a bounty.
  • ExtractBinutils [5]
Specialist tool that extract the Binutils from a AROS/i386 (ABIv0) nightly download .ISO file. Source includes ported TISOLib (thanks ALB)

Workbench Utilities:

A tool that can only be used as project tool. It launches any provided executable once icon clicked, with user definable parameter(s) by making use of the project's tooltypes. (It circumvents having to use IconX + script on many occasions)

Games:

  • Shift-It GL [7]
A little thinking game about removing equal colored blocks by moving them together. An OpenGL game completely written in Freepascal.