Skip to content

57Ajay/random_art

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

This generates random images and arts, CURRENTLY IN DEVELOPMENT

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published