Expand description
Creative generation and artistic exploration with ternary systems.
Provides a Muse struct (creativity engine), PatternGenerator for novel
ternary patterns, StyleTransfer for cross-domain pattern application,
AestheticScorer for evaluating ternary pattern beauty, MutationEngine
for controlled creative randomness, and CrossDomainMapper for translating
patterns between domains (e.g., music → visual).
Structs§
- Aesthetic
Scorer - Evaluates the aesthetic quality of a ternary pattern.
- Cross
Domain Mapper - Translates ternary patterns between different domains.
- Domain
Mapping - How a domain interprets the three ternary values.
- Muse
- The central creativity engine.
- Mutation
Engine - Controlled randomness for creative exploration of ternary patterns.
- Pattern
- A ternary pattern: a sequence of ternary values.
- Pattern
Generator - Generates novel ternary patterns using deterministic seeds.
- Style
Transfer - Applies patterns from one domain onto another by mapping ternary values.
Enums§
- Ternary
- A balanced ternary digit: Negative (-1), Zero (0), or Positive (+1).