Project Setup

Configure your workspace for algorithmic art development and code-based creativity.

Initialize Your Project

Create a new project directory and select either the command line or IDE workflow.

mkdir elhnon-project && cd elhnon-project

Install Dependencies

Use pip or npm to install the required libraries for generative art development.

npm install --save @elhnon/generative-lib

Configure Project Settings

Setup config.json with your preferred rendering mode and output settings.

{
  "canvas_size": [800, 800],
  "output_format": "svg" 
}

Pro Tips

Version Control

Commit your generative models to git for collaborative development

Testing Mode

Use --test flag to preview outputs without full rendering

Once configured, explore the tutorial on generative algorithms or dive into our API reference for advanced configurations

⏎ Previous ✨ Next: Generating Shapes