An open API service indexing awesome lists of open source software.

https://github.com/grahambates/amigatools


https://github.com/grahambates/amigatools

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# Amiga Tools

A collection of command line helper scripts for Amiga assembly / demo coding.

## Usage:

```
npx amigatools sin [outFile] Generate sin table

npx amigatools perlin [outFile] Generate 1D perlin noise table

npx amigatools mul2shifts Convert multiplication by constant
to shifts/addition

npx amigatools scale [outFile] Generates a table of columns to remove
in order scale an image down horizontally

npx amigatools shiftrgba Converts 4 bit RGBA format output by
ImageMagick to RGB by shifting each word >>4
```