Difference between revisions of "AROS Programs"

From Freepascal Amiga wiki
Jump to navigation Jump to search
(Added showwindows utility)
(some more links I found in Aminet)
 
(13 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
== GUI Utilities: ==
 
== GUI Utilities: ==
* Show Windows [http://blog.alb42.de/2013/01/02/show-windows-program/]
+
* AWeather [http://archives.aros-exec.org/index.php?function=showfile&file=utility/workbench/aweather.i386-aros.zip] (GUI: MUIClass)
: A program to list the current windows on screen with parent relations. (included in distro, or as [http://blog.alb42.de/fpc-aros/ seperate download)].
+
: Desktop weather forecast
 +
* Show Windows [http://blog.alb42.de/2013/01/02/show-windows-program/] (GUI: FpGUI)
 +
: A program to list the current windows on screen with parent relations. (included in distro, or as [http://blog.alb42.de/fpc-aros/ seperate download]).
 +
* UI Designer [http://www.alb42.de/prgs/UI-Designer.lha] (GUI: FpGUI)
 +
: The UI designer of the fpgui package, easy creating GUIs by simple mouse clicks
 +
* AROS Debug View [http://blog.alb42.de/aros-debug-view/] (GUI: FpGUI)
 +
: A debug message viewer for AROS with filter and network support
 +
* APict [http://blog.alb42.de/fpc-aros/] (GUI: MUI)
 +
: A fast and easy Image Viewer
 +
* EdiSyn [http://blog.alb42.de/edisyn/] (GUI: LCL)
 +
: Your friendly Editor with Tabs and Syntaxhighlighting (Based on SynEdit Component of LCL)
 +
* PasteQuick [https://blog.alb42.de/programs/#PasteQuick] (GUI: LCL)
 +
: a pastebin.com client
 +
* Mapparium [https://blog.alb42.de/programs/mapparium/] (GUI: LCL)
 +
: Openstreetmap viewer
 +
* MUIMapparium [https://blog.alb42.de/programs/muimapparium/] (GUI: MUI) [https://github.com/alb42/MUIMapparium Source]
 +
: Openstreetmap viewer
 +
* GPSTool [https://blog.alb42.de/programs/gpstool/] (GUI: LCL) [https://github.com/alb42/GPSTool Source]
 +
: Test your GPS device and record tracks
 +
* LEU [https://blog.alb42.de/programs/leu/] (GUI: MUIClass) [https://github.com/alb42/Leu Source]
 +
: A spreadsheet tool with import/export for Openoffice and Excel
 +
* MCAmiga (https://blog.alb42.de/programs/#MCAmiga) (GUI: Video unit) [https://github.com/alb42/MCAmiga Source]
 +
: A norton/midnight commander clone for all amiga systems
 +
* AskYourAmiga [https://blog.alb42.de/programs/#AYA] (GUI: MUIClass)
 +
: Wolfram Alpha search client
 +
* HEX2 [https://blog.alb42.de/programs/#Hex2] (GUI: MUIClass)
 +
: a calculator with variables support
 +
* MUIPlot [https://blog.alb42.de/programs/#MUIPlot] (GUI: MUIClass)
 +
: a simple function plotter
 +
* AmiTube [https://blog.alb42.de/amitube/] (GUI: MUIClass)
 +
: The first YouTube Client for Amiga
 +
 
  
 
== Commandline Utilities: ==
 
== Commandline Utilities: ==
Line 8: Line 39:
 
* PlayMP3 [http://aros-exec.org/modules/newbb/viewtopic.php?post_id=64417#forumpost64417]
 
* PlayMP3 [http://aros-exec.org/modules/newbb/viewtopic.php?post_id=64417#forumpost64417]
 
: Tool to play MP3-files using mpega.library. Initially created to show that FPC can be used to fullfill a bounty.
 
: Tool to play MP3-files using mpega.library. Initially created to show that FPC can be used to fullfill a bounty.
 +
* ExtractBinutils [http://magorium.alb42.de/pub/wikifiles/ExtractBinutils.i386-aros.zip]
 +
: Specialist tool that extract the Binutils from a AROS/i386 (ABIv0) nightly download .ISO file. [http://magorium.alb42.de/pub/projects/ExtractBinutils.src-aros.zip Source] includes ported [http://sourceforge.net/projects/isolib/ TISOLib] (thanks ALB)
 +
* fileop [http://aminet.net/package/util/shell/fileop.i386-aros] Source included
 +
: file operations under shell.
 +
 +
== Workbench Utilities: ==
 +
* wbXcli [http://archives.aros-exec.org/?function=showfile&file=utility/workbench/wbxcli-i386-aros.zip]
 +
: 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 [http://blog.alb42.de/shift-it-gl] (GUI: OpenGL)
 +
: A little thinking game about removing equal colored blocks by moving them together. An OpenGL game completely written in Freepascal.
 +
 +
*  ColorIt [http://www.alb42.de/prgs/ColorIt.lha] Source [https://github.com/alb42/fpc-tests/tree/master/lcl/ColorIt] (GUI: LCL)
 +
: A little game with colors. The aim is to fill the complete board with the same color, by changing the flood color.
 +
 +
*  FPCMines [http://www.alb42.de/prgs/FPCMines.lha] Source [https://github.com/alb42/fpc-tests/tree/master/lcl/Mines] (GUI: LCL)
 +
: A Minesweeper clone for AROS
 +
 +
* BinShifter [https://blog.alb42.de/programs/#BinShifter] (GUI_ LCL)
 +
: a 2048 game

Latest revision as of 10:02, 24 July 2022

GUI Utilities:

  • AWeather [1] (GUI: MUIClass)
Desktop weather forecast
  • Show Windows [2] (GUI: FpGUI)
A program to list the current windows on screen with parent relations. (included in distro, or as seperate download).
  • UI Designer [3] (GUI: FpGUI)
The UI designer of the fpgui package, easy creating GUIs by simple mouse clicks
  • AROS Debug View [4] (GUI: FpGUI)
A debug message viewer for AROS with filter and network support
  • APict [5] (GUI: MUI)
A fast and easy Image Viewer
  • EdiSyn [6] (GUI: LCL)
Your friendly Editor with Tabs and Syntaxhighlighting (Based on SynEdit Component of LCL)
  • PasteQuick [7] (GUI: LCL)
a pastebin.com client
  • Mapparium [8] (GUI: LCL)
Openstreetmap viewer
Openstreetmap viewer
Test your GPS device and record tracks
A spreadsheet tool with import/export for Openoffice and Excel
A norton/midnight commander clone for all amiga systems
  • AskYourAmiga [12] (GUI: MUIClass)
Wolfram Alpha search client
  • HEX2 [13] (GUI: MUIClass)
a calculator with variables support
  • MUIPlot [14] (GUI: MUIClass)
a simple function plotter
  • AmiTube [15] (GUI: MUIClass)
The first YouTube Client for Amiga


Commandline Utilities:

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 [18]
Specialist tool that extract the Binutils from a AROS/i386 (ABIv0) nightly download .ISO file. Source includes ported TISOLib (thanks ALB)
  • fileop [19] Source included
file operations under shell.

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 [21] (GUI: OpenGL)
A little thinking game about removing equal colored blocks by moving them together. An OpenGL game completely written in Freepascal.
A little game with colors. The aim is to fill the complete board with the same color, by changing the flood color.
A Minesweeper clone for AROS
  • BinShifter [26] (GUI_ LCL)
a 2048 game