Skip to content

Latest commit

 

History

History
27 lines (22 loc) · 860 Bytes

README.md

File metadata and controls

27 lines (22 loc) · 860 Bytes

usg

Tiny program for generating Ulam Spiral and writing it as simple image file.
Currently supporting uncompressed .bmp and .ppm files.
This project has no external dependency (besides libC itself).

spiral

BUILDING

$ git clone https://github.com/sleeptightAnsiC/usg.git
$ cd usg
$ cc src/*.c -o usg
$ ./usg --help

REFERENCES

LICENSE

Copyright holder: https://github.com/sleeptightAnsiC
Code under this repository is licensed under permissive MIT license