https://github.com/chiragbadhe/escape-matrix-gen-art
https://github.com/chiragbadhe/escape-matrix-gen-art
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/chiragbadhe/escape-matrix-gen-art
- Owner: chiragbadhe
- License: mit
- Created: 2025-01-20T08:14:18.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2025-01-20T09:45:24.000Z (4 months ago)
- Last Synced: 2025-03-19T04:45:10.646Z (2 months ago)
- Language: TypeScript
- Size: 230 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Escape Matrix Gen Art

## Overview
`escape-matrix-gen-art` is a Node.js application that generates unique art patterns based on a given input. Utilizing a seeded random number generator, the application creates visually appealing designs that can be rendered as PNG images.
## Features
- Generates art patterns based on user-defined inputs.
- Utilizes a simple hash function to create a unique seed for randomness.
- Server-side rendering using the `canvas` library.
- API endpoint for easy integration and usage.## Installation
To get started with `escape-matrix-gen-art`, follow these steps:
1. Clone the repository:
```bash
git clone https://github.com/chiragbadhe/escape-matrix-gen-art.git
cd escape-matrix-gen-art
```2. Install the dependencies:
```bash
npm install
```{{ edit_1 }}
## Example Output
Here is an example of the art generated by the application: