amigatools

1.0.1 • Public • Published

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 <multiplier>       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 <inFile> <outFile>  Converts 4 bit RGBA format output by
                                             ImageMagick to RGB by shifting each word >>4

/amigatools/

    Package Sidebar

    Install

    npm i amigatools

    Weekly Downloads

    1

    Version

    1.0.1

    License

    MIT

    Unpacked Size

    17.5 kB

    Total Files

    13

    Last publish

    Collaborators

    • gigabates