Skip to content

Latest commit

 

History

History
31 lines (26 loc) · 952 Bytes

README.md

File metadata and controls

31 lines (26 loc) · 952 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

EITHER, with GNU/make on POSIX (Linux, MacOSX, MinGW, etc):

$ git clone https://github.com/sleeptightAnsiC/usg.git
$ cd usg
$ make

OR, with any C99-capable compiler:

$ cc src/*.c

REFERENCES

LICENSE

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