浏览全部提示词

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.

提示词

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)

预览图

提示词来源
作者
Meem
更新于
2026年2月13日
来源
X Post
去上游尝试
许可证

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

相关提示词

浏览全部提示词
Wacky flowchart for toasting bread - Image 1
X Post2025年11月20日
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 Post2025年11月20日
Generates a diagram-style image of a space shuttle in outer space, useful for educational or illustrative content.
Nano Banana Pro
X Post
X Post2025年11月20日
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 Post2025年11月21日
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