Skip to content

carltheperson/artgen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Artgen

My toy generative art project written in C with the SDL library

Read the blog post about this project here

Pieces

line_tiles

static_dust

poly_place

circle_explosion

not_a_circle

square_rotations

Compiling

Linking the SDL_2 library can be a bit of a challenge. I recommend you find out yourself how to do that for your system. Here is what worked on my mac with homebrew:

brew install sdl2
gcc src/**/*.c  -I/opt/homebrew/include/SDL2 -D_THREAD_SAFE -L/opt/homebrew/lib -lSDL2 -o artgen

Running

./artgen piece_id

E.g.

./artgen square_rotations

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

My toy generative art project

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages