Marcin is a C-based Ulam Spiral generator, utilizing the SDL Library. This versatile project allows users to effortlessly switch between an SDL application or terminal mode for added flexibility and ease of use.
* * * 61 * 59 * *
37 * * * * * 31 *
* 17 * * * 13 * *
* * 5 * 3 * 29 *
* 19 * * 2 11 * 53
41 * 7 * * * * *
* * * 23 * * * *
43 * * * 47 * * *Before you can build and run Marcin, make sure you have the following installed on your system:
- Make
- GCC (
apt install gcc) - SDL library (
apt-get install libsdl2-ttf-dev)
To build and run the project as an SDL app, execute:
$ make
# or
$ make sdlFor running in the terminal, use:
$ make terminal