Browse all prompts

Cinematic Gourmet Burger Explosion Prompt (Code Style)

A highly structured, code-like prompt using Python syntax (importing physics and lighting modules) to generate a cinematic advertising image of a gourmet burger exploding in slow motion, detailing ingredients, textures, and studio lighting setup.

Prompt

import physics_engine as cinematic
from studio_lighting import RimLight, SpotLight

class GourmetBurger:
    def __init__(self):
        self.state = "assembled"
        self.ingredients = [
            "toasted_brioche_bun", 
            "wagyu_patty", 
            "molten_cheddar", 
            "crispy_lettuce", 
            "heirloom_tomato",
            "secret_sauce_droplets"
        ]

    def trigger_explosion(self):
        """
        Executes the slow-motion deconstruction effect.
        """
        self.state = "mid-air_burst"
        
        for item in self.ingredients:
            # Applying physics for the "flying" effect
            item.apply_force(direction="outward", velocity="slow_motion")
            item.render_texture(quality="hyper_detailed")
            
        # Suspends liquid particles in 3D space
        cinematic.suspend_fluids(type="sauce", density="high_viscosity")

# Environment Configuration
scene = cinematic.Scene(background="dark_studio_charcoal")
scene.add_lighting([
    RimLight(intensity=0.8, color="warm_gold"),
    SpotLight(target="patty_texture", focus="ultra_sharp")
])

# Execute the render
burger = GourmetBurger()
burger.trigger_explosion()

render_output = scene.capture(style="cinematic_advertising", realistic=True)

Images

Prompt source
Author
Meem
Updated
Feb 13, 2026
Source
X Post
Try upstream
License

CC BY 4.0. Prompt pages keep the original attribution and source links from the upstream gallery records stored in the database.

Related prompts

Browse all prompts
Wacky flowchart for toasting bread - Image 1
X PostNov 20, 2025
A fun prompt to generate a wildly overcomplicated flowchart explaining how to toast bread, ideal for humorous instructional posters.
Ethan Mollick
Space shuttle diagram in space - Image 1
X PostNov 20, 2025
Generates a diagram-style image of a space shuttle in outer space, useful for educational or illustrative content.
Nano Banana Pro
X Post
X PostNov 20, 2025
A simple product photography prompt placing the subject neatly on top of a stone for clean, minimalistic 4K product shots.
Azer Koçulu
Bosch-inspired Harrowing of Hell follower scene - Image 1
X PostNov 21, 2025
An art-history-inspired prompt to generate a scene in the style of a follower of Jheronimus Bosch depicting Christ in Limbo, the Harrowing of Hell.
@levelsio