A new browser for classic Amiga. (WRP-based)
It’s using a virtual Chrome browser on our backend that basically is remote controlled by AmiFox sending back images of the webpage and processing mouse clicks and key strokes. Check WRP AmiFox Version for the Server part of this program.
To serve muliple users at the same time (each with own virtual chrome session) WRP distributor is used.
To Compile you need to create an apikeys.inc file, with the URL of the WRP distributor and Bearer Token for the distributor (check apikeys.inc.template as example).
Cross compilation is strongly advised, natively compiling on Amiga is possible but need a lot of RAM (128 MB+). Check the FPC Amiga Wiki how to create an Amiga Cross compiler on your Linux System. You will need MUIClass to compile the project. for example to compile for Classic Amiga 68020:
fpc -Tamiga -Pm68k -Avasm -XV -Fu/path/to/MUIClass/src AmiFox.lpr