Skip to content

Latest commit

 

History

History
42 lines (29 loc) · 905 Bytes

File metadata and controls

42 lines (29 loc) · 905 Bytes

ran-art

A Random art generator in c. For understanding of the full implementation visit -> https://www.youtube.com/watch?v=3D_h2RE0o0E&list=PPSV

Requirements

Building

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 clean

Project Structure

  • src/: Source files
  • include/: Header files
  • build/: Build artifacts (created during build)
    • bin/: Compiled executable
    • compile_commands.json: Compilation database for tooling