Monster House's Ancient Magic Unleashed

Monster House's Ancient Magic Unleashed - DrawGPT

Info

Created On: October 4, 2025
Created By: User #11420
monster house movie zmizel Monstrum je sice zničené, ale výbuch odhalil něco mnohem staršího – pod základy domu se skrývala dávná magie, která teď uniká do okolí. Kubík s Anniet se vracejí domů, ale zjistí, že jejich ulice se začíná měnit:
Bot
Turns out the real monster was the ancient magic buried beneath the house! It's like finding out your basement is a portal to another dimension... but with more shrubbery!

SVG Code

                    <!--

Generated by DrawGPT.
Free, open source, AI generated images in SVG, PNG, and HTML Canvas format.
https://drawgpt.ai

Created: 2025-10-04T15:12:14+00:00
-->
<svg viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<title>Monster House's Ancient Magic Unleashed</title>
<desc>Turns out the real monster was the ancient magic buried beneath the house! It's like finding out your basement is a portal to another dimension... but with more shrubbery!</desc>
<metadata type="keywords">monster house, animation, magic, neighborhood, adventure</metadata>
<rect id="background" class="background" width="512" height="512" fill="#87CEEB"/>

<!-- Sky -->
<linearGradient id="skyGradient" x1="0%" y1="0%" x2="0%" y2="100%">
<stop offset="0%" stop-color="#87CEEB" id="skyGradientStop1"/>
<stop offset="100%" stop-color="#B0E2FF" id="skyGradientStop2"/>
</linearGradient>
<rect id="sky" class="sky" width="512" height="256" fill="url(#skyGradient)"/>

<!-- Ground -->
<linearGradient id="groundGradient" x1="0%" y1="0%" x2="0%" y2="100%">
<stop offset="0%" stop-color="#32CD32" id="groundGradientStop1"/>
<stop offset="100%" stop-color="#228B22" id="groundGradientStop2"/>
</linearGradient>
<rect id="ground" class="ground" width="512" height="256" y="256" fill="url(#groundGradient)"/>

<!-- Fences -->
<g id="fences" class="fences">
<rect id="fence1" class="fence" x="0" y="300" width="150" height="10" fill="#8B4513"/>
<rect id="fence2" class="fence" x="180" y="300" width="150" height="10" fill="#8B4513"/>
<rect id="fence3" class="fence" x="360" y="300" width="150" height="10" fill="#8B4513"/>
<rect id="fencePost1" class="fencePost" x="0" y="290" width="5" height="30" fill="#A0522D"/>
<rect id="fencePost2" class="fencePost" x="50" y="290" width="5" height="30" fill="#A0522D"/>
<rect id="fencePost3" class="fencePost" x="100" y="290" width="5" height="30" fill="#A0522D"/>
<rect id="fencePost4" class="fencePost" x="150" y="290" width="5" height="30" fill="#A0522D"/>
<rect id="fencePost5" class="fencePost" x="180" y="290" width="5" height="30" fill="#A0522D"/>
<rect id="fencePost6" class="fencePost" x="230" y="290" width="5" height="30" fill="#A0522D"/>
<rect id="fencePost7" class="fencePost" x="280" y="290" width="5" height="30" fill="#A0522D"/>
<rect id="fencePost8" class="fencePost" x="330" y="290" width="5" height="30" fill="#A0522D"/>
<rect id="fencePost9" class="fencePost" x="360" y="290" width="5" height="30" fill="#A0522D"/>
<rect id="fencePost10" class="fencePost" x="410" y="290" width="5" height="30" fill="#A0522D"/>
<rect id="fencePost11" class="fencePost" x="460" y="290" width="5" height="30" fill="#A0522D"/>
<rect id="fencePost12" class="fencePost" x="510" y="290" width="5" height="30" fill="#A0522D"/>
</g>

<!-- Street -->
<rect id="street" class="street" x="0" y="310" width="512" height="50" fill="#808080"/>
<rect id="streetLine1" class="streetLine" x="0" y="334" width="50" height="2" fill="white"/>
<rect id="streetLine2" class="streetLine" x="75" y="334" width="50" height="2" fill="white"/>
<rect id="streetLine3" class="streetLine" x="150" y="334" width="50" height="2" fill="white"/>
<rect id="streetLine4" class="streetLine" x="225" y="334" width="50" height="2" fill="white"/>
<rect id="streetLine5" class="streetLine" x="300" y="334" width="50" height="2" fill="white"/>
<rect id="streetLine6" class="streetLine" x="375" y="334" width="50" height="2" fill="white"/>
<rect id="streetLine7" class="streetLine" x="450" y="334" width="50" height="2" fill="white"/>

<!-- House Remains - Base -->
<polygon id="houseBase" class="houseBase" points="150,250 362,250 342,150 170,150" fill="#A9A9A9"/>

<!-- Magic Emanations -->
<g id="magicEmanations" class="magicEmanations">
<circle id="magicCircle1" class="magicCircle" cx="256" cy="100" r="20" fill="#FFA07A">
<animate attributeName="opacity" from="0.2" to="0.8" dur="1s" repeatCount="indefinite" begin="0s"/>
<animate attributeName="r" from="10" to="20" dur="1s" repeatCount="indefinite" begin="0s"/>
</circle>
<circle id="magicCircle2" class="magicCircle" cx="200" cy="200" r="15" fill="#FFD700">
<animate attributeName="opacity" from="0.8" to="0.2" dur="1s" repeatCount="indefinite" begin="0.5s"/>
<animate attributeName="r" from="10" to="15" dur="1s" repeatCount="indefinite" begin="0.5s"/>
</circle>
<circle id="magicCircle3" class="magicCircle" cx="312" cy="200" r="15" fill="#FFA07A">
<animate attributeName="opacity" from="0.2" to="0.8" dur="1s" repeatCount="indefinite" begin="1s"/>
<animate attributeName="r" from="10" to="15" dur="1s" repeatCount="indefinite" begin="1s"/>
</circle>
<path id="magicPath1" class="magicPath" d="M180 120 Q256 80 332 120" stroke="#FFD700" stroke-width="3" fill="transparent">
<animate attributeName="d" values="M180 120 Q256 80 332 120;M180 120 Q256 160 332 120;M180 120 Q256 80 332 120" dur="2s" repeatCount="indefinite" begin="0s"/>
</path>
</g>

<!-- Whispering trees -->
<g id="trees" class="trees">
<path id="treeTrunk1" class="treeTrunk" d="M50 360 L55 480 L45 480 Z" fill="#8B4513" />
<circle id="treeTop1" class="treeTop" cx="50" cy="350" r="30" fill="#006400">
<animate attributeName="cx" values="50;53;50" dur="0.7s" repeatCount="indefinite" begin="0s"/>
</circle>

<path id="treeTrunk2" class="treeTrunk" d="M462 360 L467 480 L457 480 Z" fill="#8B4513" />
<circle id="treeTop2" class="treeTop" cx="462" cy="350" r="30" fill="#006400">
<animate attributeName="cx" values="462;459;462" dur="0.7s" repeatCount="indefinite" begin="0s"/>
</circle>
</g>

<!--Animated smoke-->
<g id="smoke" class="smoke">
<ellipse id="smoke1" class="smoke" cx="260" cy="200" rx="15" ry="10" fill="#D3D3D3" opacity="0.5">
<animate attributeName="cy" from="200" to="150" dur="5s" repeatCount="indefinite" begin="0s"/>
<animate attributeName="opacity" from="0.5" to="0" dur="5s" repeatCount="indefinite" begin="0s"/>
</ellipse>
<ellipse id="smoke2" class="smoke" cx="250" cy="220" rx="10" ry="8" fill="#D3D3D3" opacity="0.5">
<animate attributeName="cy" from="220" to="160" dur="5s" repeatCount="indefinite" begin="0.4s"/>
<animate attributeName="opacity" from="0.5" to="0" dur="5s" repeatCount="indefinite" begin="0.4s"/>
</ellipse>
</g>

<!--Animated grass tufts-->
<g id="grassTufts" class="grassTufts">
<path id="grass1" class="grass" d="M100 355 L103 365 L97 365 Z" fill="#228B22">
<animate attributeName="d" values="M100 355 L103 365 L97 365 Z;M100 355 L101 364 L99 364 Z;M100 355 L103 365 L97 365 Z" dur="0.5s" repeatCount="indefinite" begin="0s"/>
</path>
<path id="grass2" class="grass" d="M300 355 L303 365 L297 365 Z" fill="#228B22">
<animate attributeName="d" values="M300 355 L303 365 L297 365 Z;M300 355 L301 364 L299 364 Z;M300 355 L303 365 L297 365 Z" dur="0.5s" repeatCount="indefinite" begin="0.2s"/>
</path>
</g>
</svg>
DrawGPT logo DrawGPT logo

Compare & Benchmark AI Models

Try the new DrawGPT Compare

  • Instantly compare the latest AI models side-by-side.
  • Top models: GPT, Gemini, Claude, Grok, SDXL.
  • From OpenAI, Google, Anthropic, xAI, Scenario.gg.
  • Generate images or text with multiple models at once.
  • See results in real time, share, and benchmark.
Try DrawGPT Compare →
DrawGPT Compare demo
DrawGPT logo DrawGPT logo

Draw, Sketch, Paint, or Doodle Instantly

This is where you can draw anything—then AI turns it into real 3D images and more!

  • Draw, sketch, paint, or doodle anything right in your browser.
  • AI transforms your creations into 3D images, vector art, and more.
  • Create images from text prompts using top AI models: DALL-E 3, Gemini, Stable Diffusion, and more.
  • No subscription required – just use tokens for each image.
  • Download as PNG, SVG, or vector graphics.
  • Perfect for logos, icons, art, textures, patterns, and game assets.
  • Type anything, get an image instantly. Commercial use allowed!
Try DrawGPT Draw →
DrawGPT Draw demo

NEW COMMUNITY AI IMAGES


These are recent AI images made by the community! These may use any AI model including DALL-E 3, Flux, Stable Diffusion, GPT-4, o1, and more and may be anything from simple animated SVGs to PNGs.

FAQ

What is DrawGPT?

DrawGPT is a an AI art generator that uses GPT-4, o1, o3, DALL-E 3, Gemini 2.0, Imagegen 3.0, Flux, Stable Diffusion, and Custom GPTs, ChatGPT, and other large language models to generate new images from text prompts.

Why Is This Different?

This does not require access to premium AI model subscriptions, it is able to be used by anyone with an internet connection and tokens. This allows everyone to get access to the very best AI art generation technology.

Artificial intelligence may create strange or unusual images. It is being used to generated images for advertising, entertainment, gaming, marketing, and fun right now!

Because Draw GPT has access to do many models we assume the model providers have followed best practices when attributing or utilizing data and images in the training data.

Yes! You can use the images for commercial purposes! And so can Draw GPT.

What Can DrawGPT Draw?

DrawGPT can draw anything you can think of and more! Just type your text prompt in to the textbox exactly like ChatGPT and see what the AI gives you! Seriously, you can get GPT to draw just about anything for you that you can type in the box.

DrawGPT creates images in PNG, SVG, and Javascript format for download and use. This is different than other AI art projects that only create images in PNG format; being able to get a scene graph via Javascript draw commands is a unique feature of this project and getting any AI art in SVG vector format is unique to DrawGPT.

Many people use this to generate quick art for simple projects, video game assets, new business logos, and more. It is also used to generate images for advertising, entertainment, gaming, marketing, creating art for ads and blog posts with AI and fun.

Want to learn more about DrawGPT, the types of possible image renders, and how to use DrawGPT in your next project as a developer?
Check out our AI image generation API!

Why Are They Weird?

DrawGPT is runs on an AI that has never actually "seen" an image as embodied AI in its life!

This method of drawing images using raw code is not a great way to draw complex images with lots of structure. It may be able to make photograph quality artwork and professional illustrations with AI but it can fail when using certain types of typography.

Is This ChatGPT?

Yes and no. Same same but different.

ChatGPT runs on the same model that this project uses, so this is like using ChatGPT to generate images, but it is a different instance of the model. This means that the AI is not precisly the same but it is the same quality AI, image generation AI, large language model, and overall AI art that ChatGPT is using and that Chat GPT can draw.

What is the difference? ChatGPT is specifically wired up to be conversational and track a conversation thread across multiple user prompts. Images in ChatGPT using DALL-E 3 are not saved to the Intenet and made available publicly.

In comparison DrawGPT does not remember things from prompt to prompt, each image is a unique image that does not reference any of the images or prompts previously supplied.

Copyright

You can do what you want it's your party.

We humbly ask that you backlink to DrawGPT if you do use our images in any promotion or commercial ways, but it is not required.

At the moment all images & Javascript code generated by this tool under the CC0 License with outrageous added term that the license can be revoked or retroactively changed at any time without warning for any image.

Yes! You can use the images for commercial purposes! And so can DrawGPT.

Images & Prompts Private

Images & prompts may be made made public.

Depending on the situation the prompts themselves are stored internally for research purposes.

Employees at OpenAI and DrawGPT have access to any prompts you submit.

DO NOT SUBMIT PERSONAL INFORMATION.