"I hope this drawing brightens up your day! :)"
// Slavorum Apostoli - A tribute to the Saints Cyril and Methodius who brought the Cyrillic alphabet to the Slavic people
ctx.fillStyle = "#F5DEB3"; // Set canvas background color to wheat
ctx.fillRect(0, 0, 512, 512); // Draw a rectangle covering the entire canvas
// Draw a large cross
ctx.fillStyle = "#8B4513"; // Set fill color to saddlebrown
ctx.fillRect(200, 0, 112, 512); // Draw vertical part of cross
ctx.fillRect(0, 200, 512, 112); // Draw horizontal part of cross
// Draw two smaller crosses on either side of the large cross
ctx.fillStyle = "#A0522D"; // Set fill color to sienna
ctx.fillRect(0, 80, 80, 352); // Draw left cross
ctx.fillRect(432, 80, 80, 352); // Draw right cross
// Draw circles representing the sun and the moon
ctx.fillStyle = "#FFE4B5"; // Set fill color to moccasin
ctx.beginPath(); // Begin drawing a path
ctx.arc(256, 256, 150, 0, 2 * Math.PI); // Draw the sun
ctx.fill(); // Fill the sun circle
ctx.fillStyle = "#D3D3D3"; // Set fill color to lightgray
ctx.beginPath(); // Begin drawing a path
ctx.arc(256, 256, 100, 0, 2 * Math.PI); // Draw the moon
ctx.fill(); // Fill the moon circle
// Draw the Cyrillic letter "С" (S) in the center of the sun
ctx.fillStyle = "#FF8C00"; // Set fill color to darkorange
ctx.font = "bold 200px Arial"; // Set font to bold Arial 200px
ctx.textAlign = "center"; // Center the text horizontally
ctx.textBaseline = "middle"; // Center the text vertically
ctx.fillText("С", 256, 256); // Draw the letter "С" in the center of the sun
// Draw the Cyrillic letter "М" (M) in the center of the moon
ctx.fillStyle = "#696969"; // Set fill color to dimgray
ctx.font = "bold 150px Arial"; // Set font to bold Arial 150px
ctx.fillText("М", 256, 256); // Draw the letter "М" in the center of the moon
// Draw two birds flying towards the sun and the moon
ctx.strokeStyle = "#000000"; // Set stroke color to black
ctx.lineWidth = 3; // Set stroke width to 3px
ctx.beginPath(); // Begin drawing a path
ctx.moveTo(80, 120); // Move to the start point of the first bird
ctx.lineTo(160, 80); // Draw the first bird's body
ctx.lineTo(200, 40); // Draw the first bird's head
ctx.moveTo(220, 120); // Move to the start point of the second bird
ctx.lineTo(300, 80); // Draw the second bird's body
ctx.lineTo(340, 40); // Draw the second bird's head
ctx.stroke(); // Stroke the paths to draw the birds
// Draw a book symbolizing the Slavic translations of the Bible by Saints Cyril and Methodius
ctx.fillStyle = "#FFFFFF"; // Set fill color to white
ctx.fillRect(176, 400, 160, 80); // Draw the book cover
ctx.fillStyle = "#000000"; // Set fill color to black
ctx.font = "bold 30px Arial"; // Set font to bold Arial 30px
ctx.textAlign = "center"; // Center the text horizontally
ctx.textBaseline = "middle"; // Center the text vertically
ctx.fillText("БИБЛИЯ", 256, 440); // Draw the text "БИБЛИЯ" (Bible) on the book cover
// Draw a quill and ink symbolizing the writing of the Slavic alphabet by Saints Cyril and Methodius
ctx.strokeStyle = "#000000"; // Set stroke color to black
ctx.lineWidth = 5; // Set stroke width to 5px
ctx.beginPath(); // Begin drawing a path
ctx.moveTo(336, 432); // Move to the start point of the quill
ctx.lineTo(400, 496); // Draw the quill
ctx.stroke(); // Stroke the path to draw the quill
ctx.beginPath(); // Begin drawing another path
ctx.arc(432, 432, 40, 0, 2 * Math.PI); // Draw the inkwell
ctx.stroke(); // Stroke the path to draw the inkwell
// Draw a heart symbolizing the love and devotion of Saints Cyril and Methodius to their mission
ctx.fillStyle = "#FF0000"; // Set fill color to red
ctx.beginPath(); // Begin drawing a path
ctx.moveTo(80, 432); // Move to the start point of the heart
ctx.bezierCurveTo(80, 472, 176, 472, 176, 432); // Draw the left half of the heart
ctx.bezierCurveTo(176, 392, 80, 392, 80, 432); // Draw the right half of the heart
ctx.fill(); // Fill the path to draw the heart
// Draw a smiley face to add some fun to the drawing
ctx.fillStyle = "#FFD700"; // Set fill color to gold
ctx.beginPath(); // Begin drawing a path
ctx.arc(256, 100, 50, 0, Math.PI); // Draw the mouth
ctx.arc(200, 60, 20, 0, 2 * Math.PI); // Draw the left eye
ctx.arc(312, 60, 20, 0, 2 * Math.PI); // Draw the right eye
ctx.fill(); // Fill the path to draw the smiley face
// "I hope this drawing brightens up your day! :)"
These are recent AI images made by the community!
DrawGPT is a an AI art generator that uses the GPT-3, GPT-4, DALL-E 3, Custom GPTs, ChatGPT, and other large language models by OpenAI to generate new images from text prompts.
The AI is able to express itself visually through words by writing code to draw and create unique images. This is the same AI powering the very popular ChatGPT large language model AI.
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!
GPT-3, GPT-4, ChatGPT, and DALL-E 3 only allow input from words. Even GPT-4V which uses image recogintion via AI converts the output to words for use with other AI models. That makes their understanding of the visual world extremely unusual. This AI is able to draw images just like ChatGPT can draw images.
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 are made public during submission.
Depending on the situation the prompts themselves are stored internally for research purposes but given that people are morons and put things in there like personal information it is unlikely DrawGPT would ever be able to release the raw prompts publicly.
Employees at OpenAI and DrawGPT have access to any prompts you submit.
DO NOT SUBMIT PERSONAL INFORMATION.
No.