// Title: Life of Pi - Memorable Scenes
// Part 1: The Shipwreck
// Scene: Pi watches in horror as the ship sinks and he is left stranded in the middle of the ocean.
// Dialogue: "I had to stop hoping so much that a ship would rescue me. I should not count on outside help. Survival had to start with me."
// Relevant Information: Pi is left alone on a lifeboat with a few supplies and a Bengal tiger named Richard Parker.
// Drawing the scene - Ocean with sinking ship
ctx.fillStyle = 'deepskyblue';
ctx.fillRect(0, 0, 512, 512);
ctx.fillStyle = 'gray';
ctx.fillRect(200, 100, 100, 300); // Ship body
ctx.fillStyle = 'white';
ctx.fillRect(205, 150, 90, 50); // Ship windows
ctx.fillStyle = 'red';
ctx.fillRect(250, 400, 20, 30); // Ship's flag
// Drawing Pi on the lifeboat
ctx.fillStyle = 'saddlebrown';
ctx.fillRect(350, 400, 100, 50); // Lifeboat body
ctx.fillStyle = 'darkorange';
ctx.fillRect(400, 400, 50, 30); // Lifeboat sail
// Drawing Richard Parker (the tiger)
ctx.fillStyle = 'orange';
ctx.fillRect(100, 300, 70, 40); // Tiger's body
ctx.fillStyle = 'black';
ctx.fillRect(160, 315, 20, 10); // Tiger's head
ctx.fillRect(150, 295, 10, 30); // Tiger's legs
// Adding the dialogue and relevant information
ctx.fillStyle = 'black';
ctx.font = 'bold 16px Arial';
ctx.fillText("Dialogue: \"I had to stop hoping so much that a ship would rescue me.", 20, 30);
ctx.fillText("I should not count on outside help. Survival had to start with me.\"", 20, 50);
ctx.fillText("Relevant Information: Pi is left alone on a lifeboat with a", 20, 80);
ctx.fillText("few supplies and a Bengal tiger named Richard Parker.", 20, 100);
// Funny comment: "When life throws you a sinking ship, make sure to bring your own lifeboat and a tiger companion!"
// Part 2: The Island
// Scene: Pi discovers a mysterious island full of meerkats and a carnivorous algae.
// Dialogue: "I was on an island that shouldn't exist. A luxurious, abundant garden in the middle of the vast Pacific Ocean."
// Relevant Information: The island provides temporary shelter and food for Pi, but the carnivorous algae poses a danger.
// Clearing the canvas for the next scene
ctx.clearRect(0, 0, 512, 512);
// Drawing the scene - Island with meerkats
ctx.fillStyle = 'limegreen';
ctx.fillRect(0, 0, 512, 512);
ctx.fillStyle = 'saddlebrown';
ctx.fillRect(200, 200, 100, 200); // Tree trunk
ctx.fillStyle = 'green';
ctx.beginPath();
ctx.arc(250, 180, 100, 0, Math.PI * 2); // Tree top
ctx.fill();
ctx.fillStyle = 'brown';
ctx.beginPath();
ctx.arc(250, 180, 20, 0, Math.PI * 2); // Tree hole
ctx.fill();
ctx.fillStyle = 'gray';
ctx.beginPath();
ctx.arc(200, 180, 10, 0, Math.PI * 2); // Meerkat 1
ctx.fill();
ctx.beginPath();
ctx.arc(230, 160, 10, 0, Math.PI * 2); // Meerkat 2
ctx.fill();
ctx.beginPath();
ctx.arc(270, 170, 10, 0, Math.PI * 2); // Meerkat 3
ctx.fill();
// Adding the dialogue and relevant information
ctx.fillStyle = 'black';
ctx.font = 'bold 16px Arial';
ctx.fillText("Dialogue: \"I was on an island that shouldn't exist.", 20, 30);
ctx.fillText("A luxurious, abundant garden in the middle of the vast Pacific Ocean.\"", 20, 50);
ctx.fillText("Relevant Information: The island provides temporary shelter", 20, 80);
ctx.fillText("and food for Pi, but the carnivorous algae poses a danger.", 20, 100);
// Funny comment: "Who needs a desert island when you can have a luxurious meerkat paradise with a side of deadly algae?"
// Part 3: The Rescuer
// Scene: Pi is rescued by a passing ship, bringing an end to his days at sea.
// Dialogue: "I wept like a child. Not because I was overwhelmed at having survived, although I was. I was weeping because Richard Parker left me."
// Relevant Information: Pi is emotional about parting ways with Richard Parker, his companion and protector during his time at sea.
// Clearing the canvas for the final scene
ctx.clearRect(0, 0, 512, 512);
// Drawing the scene - Ship rescuing Pi
ctx.fillStyle = 'deepskyblue';
ctx.fillRect(0, 0, 512, 512);
ctx.fillStyle = 'gray';
ctx.fillRect(200, 100, 100, 300); // Ship body
ctx.fillStyle = 'white';
ctx.fillRect(205, 150, 90, 50); // Ship windows
ctx.fillStyle = 'red';
ctx.fillRect(250, 400, 20, 30); // Ship's flag
// Drawing Pi waving for help
ctx.fillStyle = 'saddlebrown';
ctx.fillRect(350, 400, 100, 50); // Lifeboat body
ctx.fillStyle = 'darkorange';
ctx.fillRect(400, 400, 50, 30); // Lifeboat sail
ctx.fillStyle = 'black';
ctx.beginPath();
ctx.moveTo(450, 375); // Pi's arm
ctx.lineTo(480, 375);
ctx.lineTo(470, 350);
ctx.closePath();
ctx.fill();
ctx.fillStyle = 'black';
ctx.beginPath();
ctx.arc(460, 350, 10, 0, Math.PI * 2); // Pi's head
ctx.fill();
// Adding the dialogue and relevant information
ctx.fillStyle = 'black';
ctx.font = 'bold 16px Arial';
ctx.fillText("Dialogue: \"I wept like a child. Not because I was overwhelmed", 20, 30);
ctx.fillText("at having survived, although I was. I was weeping because Richard Parker left me.\"", 20, 50);
ctx.fillText("Relevant Information: Pi is emotional about parting ways", 20, 80);
ctx.fillText("with Richard Parker, his companion and protector during his time at sea.", 20, 100);
// Funny comment: "Who needs a tiger when you have a ship full of crying Pi's? Farewell, Richard Parker!"
// That's it! Enjoy the journey through Life of Pi in three memorable scenes!
// Funny final comment: "Remember, even in the vastness of the ocean, there's always room for creativity and a touch of whimsy!"
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.