Difference between revisions of "Amiga Programs"
Jump to navigation
Jump to search
(Start for programs made with FPC Amiga 68k) |
(GUI Utilities added) |
||
| Line 1: | Line 1: | ||
A list of applications and games made with Free Pascal for Amiga 68k. | A list of applications and games made with Free Pascal for Amiga 68k. | ||
| + | |||
| + | == GUI Utilities: == | ||
| + | * ArLAN [http://aminet.net/package/comm/net/ArLan] (GUI: MUIClass) | ||
| + | : Simple Gopher 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 | ||
== Games: == | == Games: == | ||
| − | * ColorIt [https://blog.alb42.de/programs/#ColorIt] | + | * ColorIt [https://blog.alb42.de/programs/#ColorIt] [https://github.com/alb42/fpc-tests/tree/master/lcl/ColorIt Source] (GUI: LCL) |
: A little game with colors. The aim is to fill the complete board with the same color, by changing the flood color. | : A little game with colors. The aim is to fill the complete board with the same color, by changing the flood color. | ||
| − | * FPCMines [https://blog.alb42.de/programs/#FPCMines] | + | * FPCMines [https://blog.alb42.de/programs/#FPCMines] [https://github.com/alb42/fpc-tests/tree/master/lcl/Mines Source] (GUI: LCL) |
: A Minesweeper clone | : A Minesweeper clone | ||
Latest revision as of 09:02, 24 July 2022
A list of applications and games made with Free Pascal for Amiga 68k.
GUI Utilities:
- ArLAN [1] (GUI: MUIClass)
- Simple Gopher client
- Mapparium [2] (GUI: LCL)
- Openstreetmap viewer
- Openstreetmap viewer
- Test your GPS device and record tracks
- A spreadsheet tool with import/export for Openoffice and Excel
- MCAmiga (https://blog.alb42.de/programs/#MCAmiga) (GUI: Video unit) Source
- A norton/midnight commander clone for all amiga systems
- AskYourAmiga [6] (GUI: MUIClass)
- Wolfram Alpha search client
- HEX2 [7] (GUI: MUIClass)
- a calculator with variables support
- MUIPlot [8] (GUI: MUIClass)
- a simple function plotter
- AmiTube [9] (GUI: MUIClass)
- The first YouTube Client for Amiga
Games:
- 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