Project Showcase A collection of tools and projects that I have built for the Amiga community. They aim to support Amiga developers and users in their daily tasks.
ADF Finder

ADF.inder

There are many ADF tools out there but they almost feel to me that the author got a phone call for an important meeting and decided to not go back to finish what they started. I wanted an Opus File Manager for macOS users to handle Amiga disks. So I built it and when I got the call, I told to my non existing secretary "no calls today, I am coding".


ADF.inder allows you to operate on Amiga Disk images like there's no tomorrow. You can add/remove files, edit content, create images, I mean I haven't found a limitation yet. Click the learn more button to see the current list of features.

Command line file manager for ADFs

PixDeluxe

Say that you have a large collection of Amiga images and you want to easily browse them, or you want to convert them to a different format, or snop meta details, or you want to apply a filter to them. You probably got the point.

Well...well, my dear fellow Amiganian. PixDeluxe is here to save the day. It opens IFF images, it can convert them to PNG, show image format details and more.

Preview IFF Amiga files with Quick Look

PixDeluxe Quick Look

Say that you have a large collection of Amiga images (IFF) and you want to easily preview them while cruising through your macOS finder.

There has been a plugin around for about 12 years now but it doesn't work reliably anymore. So I brought it back to life. Download, move the app inside your Applications folder and then run it once. The rest will be history.

Play many Amiga audio format

AuDeluxe

I enjoy listening to Amiga audio files while I code. I have a collection of Amiga audio files and I wanted a player that can handle all of them. I tried some players but they didn't have the macOS ethos I was looking for.

I wanted a modern player that can handle all Amiga audio formats and that can be used as a Quick Look plugin as well. So I built AuDeluxe. It supports all formats exposed by OpenMPT. Happy listening!

Amiga Playground editor and emulator workspace

Amiga Playground

Amiga Playground is a native macOS workspace for writing, generating, assembling, and testing Commodore Amiga 68k code. It brings the editor, assistant, compiler console, ADF export, and emulator launch paths into one place.

The assistant can generate Motorola 68000 assembly, help repair assembler errors, and work with a local MLX model published as Antigravity Amiga 68k. It is built for quick experiments: ask for a copper list, assemble it, export a disk, and run it in FS-UAE, vAmiga, or the embedded web emulator.

send to ADF

send to ADF

Quite often I find myself to test out a demo that I baked from source code. It's never just one file, add resources, a startup sequence and so on. Often I do those things from command line, including opening the file in vAmiga. I know about xdftool but I wanted something more independent that the whole amitools package.

send2adf, it's a C based tool that you can keep in your /usr/local/bin folder, no fancy installations. Straight from terminal you add a file or an entire folder structure in one shot to a dynamically created ADF file.