Skip to content

[Enhancement] Some prompt Ideas #70

Description

@Michael3Dee

"CUSTOM_PROGRAM_TYPES": {
"double_pendulum": {
"description": "draws a chaotic double pendulum whose tip leaves a fading colored trail",
"category": "motion",
"core": false
},
"magnetic_field": {
"description": "draws iron filings aligning along invisible field lines between two magnetic poles",
"category": "motion",
"core": false
},
"cloth_sim": {
"description": "draws a hanging spring-mesh cloth that sways in the wind and responds to gravity",
"category": "motion",
"core": false
},
"newton_cradle": {
"description": "draws a Newton's cradle whose balls transfer momentum down the line",
"category": "motion",
"core": false
},
"bouncing_polygons": {
"description": "draws colorful polygons that bounce around and swap colors on collision",
"category": "motion",
"core": false
},
"reaction_diffusion": {
"description": "draws Turing patterns growing organically like leopard spots or zebra stripes",
"category": "grid",
"core": false
},
"slime_mold": {
"description": "draws agents laying pheromone trails that self-organize into vein-like networks",
"category": "grid",
"core": false
},
"maze_generator": {
"description": "draws a maze building itself cell by cell, then traces the solution path",
"category": "grid",
"core": false
},
"falling_sand": {
"description": "draws grains of sand that fall, pile up, and slump into heaps",
"category": "grid",
"core": false
},
"phyllotaxis": {
"description": "draws a rotating sunflower spiral of dots placed by the golden angle",
"category": "generative",
"core": false
},
"truchet_tiles": {
"description": "draws a grid of Truchet tiles forming interlocking flowing line patterns",
"category": "generative",
"core": false
},
"perlin_flow": {
"description": "draws particles following a Perlin-noise flow field in soft swirls",
"category": "generative",
"core": false
},
"circle_packing": {
"description": "draws circles of varying size that grow until they touch and fill the space",
"category": "generative",
"core": false
},
"delaunay_mesh": {
"description": "draws points connecting into a faceted triangular mesh",
"category": "generative",
"core": false
},
"bioluminescence": {
"description": "draws drifting jellyfish that glow with a gentle pulsing light in the deep",
"category": "natural",
"core": false
},
"dunes": {
"description": "draws migrating sand dunes whose crests slowly shift in the wind",
"category": "natural",
"core": false
},
"coral_growth": {
"description": "draws coral branching upward via diffusion-limited aggregation",
"category": "natural",
"core": false
},
"nebula": {
"description": "draws a billowing star-speckled gas cloud in deep purples and blues",
"category": "natural",
"core": false
},
"moire": {
"description": "draws overlapping line grids that produce shimmering moire interference patterns",
"category": "abstract",
"core": false
},
"kaleidoscope": {
"description": "draws a kaleidoscope arranging mirrored, rotating color fragments symmetrically",
"category": "abstract",
"core": false
},
"lissajous": {
"description": "draws dancing Lissajous curves whose frequency ratio slowly shifts",
"category": "abstract",
"core": false
},
"harmonograph": {
"description": "draws nested oscillating lines like those from a mechanical harmonograph",
"category": "abstract",
"core": false
},
"noise_blobs": {
"description": "draws soft metaball blobs that merge and separate",
"category": "abstract",
"core": false
},
"mandelbrot_zoom": {
"description": "draws a slow endless zoom into the edge of the Mandelbrot set",
"category": "math",
"core": false
},
"rose_curve": {
"description": "draws rose (rhodonea) curves whose petals change as the parameter shifts",
"category": "math",
"core": false
},
"collatz_paths": {
"description": "draws branching Collatz-sequence paths fanning out into a coral-like tree",
"category": "math",
"core": false
}
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions