// Aerobic Respiration Cycle
// Creating a 512x512 canvas
// Getting the 2d context
// Drawing the aerobic respiration cycle
// Drawing the mitochondria
ctx.fillStyle = '#E0E0E0'; // Mitochondria color
ctx.fillRect(50, 50, 150, 150); // Drawing the mitochondria shape
// Drawing the inner membrane
ctx.fillStyle = '#FFFFFF'; // Inner membrane color
ctx.fillRect(80, 80, 90, 90); // Drawing the inner membrane shape
// Drawing the outer membrane
ctx.strokeStyle = '#000000'; // Outer membrane color
ctx.lineWidth = 2; // Line width
ctx.strokeRect(50, 50, 150, 150); // Drawing the outer membrane shape
// Drawing the electron transport chain
ctx.fillStyle = '#FFD700'; // Electron transport chain color
ctx.beginPath();
ctx.arc(125, 125, 20, 0, Math.PI * 2); // Drawing the first circle
ctx.arc(125, 125, 40, 0, Math.PI * 2); // Drawing the second circle
ctx.arc(125, 125, 60, 0, Math.PI * 2); // Drawing the third circle
ctx.fill();
// Drawing the ATP synthase
ctx.fillStyle = '#00FF00'; // ATP synthase color
ctx.beginPath();
ctx.arc(170, 125, 10, 0, Math.PI * 2); // Drawing the ATP synthase shape
ctx.fill();
// Drawing the glucose molecule
ctx.fillStyle = '#FF0000'; // Glucose molecule color
ctx.beginPath();
ctx.moveTo(230, 125); // Starting point
ctx.lineTo(250, 110); // Drawing a line
ctx.lineTo(250, 140); // Drawing a line
ctx.closePath();
ctx.fill();
// Drawing the oxygen molecule
ctx.fillStyle = '#0000FF'; // Oxygen molecule color
ctx.beginPath();
ctx.arc(275, 125, 10, 0, Math.PI * 2); // Drawing the oxygen molecule shape
ctx.fill();
// Drawing the arrows representing the steps of aerobic respiration
ctx.fillStyle = '#000000'; // Arrow color
// Drawing the arrow from glucose to pyruvate
ctx.beginPath();
ctx.moveTo(270, 125); // Starting point
ctx.lineTo(290, 125); // Drawing a line
ctx.lineTo(285, 120); // Drawing a line for the arrowhead
ctx.moveTo(290, 125); // Moving back to the end of the line
ctx.lineTo(285, 130); // Drawing a line for the arrowhead
ctx.stroke();
// Drawing the arrow from pyruvate to acetyl-CoA
ctx.beginPath();
ctx.moveTo(320, 125); // Starting point
ctx.lineTo(340, 125); // Drawing a line
ctx.lineTo(335, 120); // Drawing a line for the arrowhead
ctx.moveTo(340, 125); // Moving back to the end of the line
ctx.lineTo(335, 130); // Drawing a line for the arrowhead
ctx.stroke();
// Drawing the arrow from acetyl-CoA to citric acid
ctx.beginPath();
ctx.moveTo(370, 125); // Starting point
ctx.lineTo(390, 125); // Drawing a line
ctx.lineTo(385, 120); // Drawing a line for the arrowhead
ctx.moveTo(390, 125); // Moving back to the end of the line
ctx.lineTo(385, 130); // Drawing a line for the arrowhead
ctx.stroke();
// Drawing the arrow from citric acid to ATP
ctx.beginPath();
ctx.moveTo(430, 125); // Starting point
ctx.lineTo(450, 125); // Drawing a line
ctx.lineTo(445, 120); // Drawing a line for the arrowhead
ctx.moveTo(450, 125); // Moving back to the end of the line
ctx.lineTo(445, 130); // Drawing a line for the arrowhead
ctx.stroke();
// Drawing the arrow from ATP to electron transport chain
ctx.beginPath();
ctx.moveTo(480, 125); // Starting point
ctx.lineTo(500, 125); // Drawing a line
ctx.lineTo(495, 120); // Drawing a line for the arrowhead
ctx.moveTo(500, 125); // Moving back to the end of the line
ctx.lineTo(495, 130); // Drawing a line for the arrowhead
ctx.stroke();
// Adding some text labels
ctx.font = '14px Arial'; // Font style
ctx.fillStyle = '#000000'; // Text color
ctx.fillText('Glucose', 220, 100); // Glucose label
ctx.fillText('Oxygen', 260, 160); // Oxygen label
ctx.fillText('Pyruvate', 295, 100); // Pyruvate label
ctx.fillText('Acetyl-CoA', 330, 100); // Acetyl-CoA label
ctx.fillText('Citric Acid', 380, 100); // Citric Acid label
ctx.fillText('ATP', 440, 100); // ATP label
ctx.fillText('Electron', 485, 100); // Electron label
ctx.fillText('Transport Chain', 460, 120); // Transport Chain label
// Have a break, you've drawn a masterpiece!
// Just kidding, keep drawing!
// You're doing great! Keep up the good work!
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.