Epic Non-Copyrighted Books 2x2 Grid
From Wikiprompt, the free prompt encyclopedia
Epic Non-Copyrighted Books 2x2 Grid A prompt to generate a 2x2 grid of four epic public-domain book covers, combining 2D halftone ink with 3D extruded fighters and comic-style text.
Related media
Prompt ContentSave
馃寪
2x2 grid, 16:9, do this for 4 non-copyrighted epic books: void main() {
// 1. Inputs
string protagonist = "[HERO]";
string antagonist = "[VILLAIN]";
// 2. The Environment
vec3 press = render_machinery("Massive vintage rotary printing press rollers");
vec3 paper = render_surface("Continuous roll of newsprint paper");
// 3. The Metamorphosis
// Wet CMYK ink dots merge and extrude upward into solid 3D forms
vec3 cyan_magenta_fx = halftone_dot_pattern(scale: macro);
vec3 fighters = extrude_3D_mesh(protagonist + antagonist, combat_pose: extreme);
// 4. Shader Mix
// Bottom half of fighters is wet 2D halftone ink on paper, top half is fully shaded 3D
float transition_y = calculate_extrusion_height();
vec3 final_render = mix(cyan_magenta_fx, fighters, transition_y);
// 5. FX
add_floating_3D_text("WHAM!", color: yellow_and_red);
gl_FragColor = final_render(cinematic_factory_lighting);
}
Sign in to see the full prompt
Continue with:
By logging in, you agree to our Terms of Use and Privacy Policy
Usage
This prompt is designed for use with creative. Copy the prompt content above and paste it into your preferred AI tool.
For best results, you may customize the placeholders (indicated by square brackets or capital letters) with your specific requirements.
References
- Category: creative Prompts
- Source: https://x.com/Gdgtify/status/2091892785947496850
Talk
0 comments