// Title: Crusader Kings 3 Strategist at the Ready!
// Setting up the canvas and context
// Let's paint the background as an old map, a must-have for plotting medieval strategies.
ctx.fillStyle = '#F0EAD6'; // Parchment color
ctx.fillRect(0, 0, 512, 512);
// Drawing the average Crusader Kings 3 player, let's imagine a focused strategist, clad in a comfy modern-day gamer chair.
// We'll give them a regal touch with a crown to blend the medieval with the modern.
// Drawing the gamer chair
ctx.fillStyle = '#3B3B58'; // Dark chair color
ctx.fillRect(150, 250, 200, 150); // Chair back
ctx.fillRect(200, 400, 100, 50); // Seat
// Adding some highlights to the chair
ctx.fillStyle = '#4C4C70';
ctx.fillRect(170, 260, 160, 20); // Headrest highlight
ctx.fillRect(200, 420, 100, 10); // Seat highlight
// Drawing our gamer-strategist
// Drawing the body
ctx.fillStyle = '#D0A866'; // Regal tunic color
ctx.fillRect(210, 320, 80, 80);
// Drawing the arms
ctx.fillStyle = '#B98F5F'; // Skin color
ctx.fillRect(190, 320, 20, 60); // Left arm
ctx.fillRect(290, 320, 20, 60); // Right arm
// Drawing the crown - No medieval strategist is complete without one!
ctx.fillStyle = '#FFD700'; // Glorious gold
const crownPath = new Path2D();
ctx.fill(crownPath);
// Drawing the head
ctx.fillStyle = '#FFDBAC'; // Head color
ctx.beginPath();
ctx.arc(250, 320, 20, 0, Math.PI * 2, true);
ctx.closePath();
ctx.fill();
// Drawing the eyes - Focused on the screen!
ctx.fillStyle = '#000000'; // Eyes color
ctx.fillRect(240, 315, 5, 5); // Left eye
ctx.fillRect(255, 315, 5, 5); // Right eye
// Drawing the computer screen with an old map, as if planning the next move in the game.
ctx.fillStyle = '#3A5F0B'; // Old computer color
ctx.fillRect(100, 150, 300, 150); // Screen background
// Screen stand
ctx.fillStyle = '#333333';
ctx.fillRect(230, 300, 40, 50);
// The computer screen glow to show the game is on.
ctx.fillStyle = 'rgba(0, 255, 0, 0.2)'; // Glowing green for that old CRT monitor effect
ctx.fillRect(110, 160, 280, 130);
// Add a little fun: The mouse looks like a tiny flail
ctx.fillStyle = '#808080'; // Flail chain color
ctx.fillRect(330, 420, 5, 20); // Chain
ctx.fillStyle = '#303030'; // Flail head color
ctx.beginPath();
ctx.arc(332, 445, 10, 0, Math.PI * 2, true);
ctx.closePath();
ctx.fill();
// Let's not forget a mousepad with a coat of arms
ctx.fillStyle = '#000080'; // Royal blue mousepad
ctx.fillRect(320, 400, 40, 20);
// We can't draw actual text, but we can hint at the coat of arms with some shapes
ctx.fillStyle = '#FFD700'; // Gold for the emblem
ctx.beginPath();
ctx.moveTo(335, 405);
ctx.lineTo(345, 415);
ctx.lineTo(335, 415);
ctx.closePath();
ctx.fill();
// Let's not forget the keyboard
ctx.fillStyle = '#333333'; // Dark keyboard color
ctx.fillRect(170, 450, 160, 20); // Keyboard base
// Individual keys (not functional, but it's the thought that counts)
ctx.fillStyle = '#4D4D4D'; // Slightly lighter key color
for (let i = 0; i < 4; i++) {
for (let j = 0; j < 10; j++) {
ctx.fillRect(175 + j * 15, 455 + i * 5, 10, 3);
}
}
// Now, let's not forget to add the code to the document body so it can be viewed when run.
// Even a mighty ruler needs to click "Next Turn" at some point.
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.
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.
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.
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!
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.
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.
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 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.