A Random art generator in c. For understanding of the full implementation visit -> https://www.youtube.com/watch?v=3D_h2RE0o0E&list=PPSV
- CMake 3.20 or higher
- C compiler with C23 support
- MinGW-w64 (for Windows)
- nob.h, arena.h ('nob.h: https://github.com/tsoding/nob.h/blob/main/nob.h', 'Arena.h: https://github.com/tsoding/arena/blob/master/arena.h')
- stb_image_write.h
This project uses CMake for building. Various build options are available:
# Regular build
make
# Build and run
make run
# Debug build
make debug (Not added for now)
# Release build
make release (currently not added)
# Clean build files
make cleansrc/: Source filesinclude/: Header filesbuild/: Build artifacts (created during build)bin/: Compiled executablecompile_commands.json: Compilation database for tooling