Golden Fields

Golden Fields - DrawGPT

"Golden Fields" I hope this artwork doesn't make you wheat with envy!

Javascript Code

                        // Golden Fields
ctx.fillStyle = "#EFD469"; // set the fill color to a golden yellow
ctx.fillRect(0, 0, 512, 512); // fill the canvas with the golden color

ctx.fillStyle = "#81AC4A"; // set the fill color to a lush green
ctx.beginPath(); // start drawing the grass
ctx.moveTo(0, 512); // move to the bottom left corner of the canvas
ctx.lineTo(0, 400); // draw a line up to create a blade of grass
ctx.lineTo(50, 380); // draw another line to create the blade of grass
ctx.lineTo(100, 400); // draw another line to create the blade of grass
ctx.lineTo(150, 380); // draw another line to create the blade of grass
ctx.lineTo(200, 400); // draw another line to create the blade of grass
ctx.lineTo(250, 380); // draw another line to create the blade of grass
ctx.lineTo(300, 400); // draw another line to create the blade of grass
ctx.lineTo(350, 380); // draw another line to create the blade of grass
ctx.lineTo(400, 400); // draw another line to create the blade of grass
ctx.lineTo(450, 380); // draw another line to create the blade of grass
ctx.lineTo(500, 400); // draw another line to create the blade of grass
ctx.lineTo(512, 400); // draw a final line to the bottom right corner of the canvas
ctx.fill(); // fill the shape with the green color

// add some wheat
ctx.fillStyle = "#D8B56B"; // set the fill color to a wheat color
ctx.beginPath(); // start drawing the wheat
ctx.moveTo(100, 380); // move to the bottom of the first blade of grass
ctx.lineTo(120, 320); // draw a line up to create the wheat
ctx.lineTo(140, 380); // draw another line to create the wheat
ctx.lineTo(100, 380); // draw another line to create the wheat
ctx.moveTo(250, 380); // move to the bottom of the second blade of grass
ctx.lineTo(270, 320); // draw a line up to create the wheat
ctx.lineTo(290, 380); // draw another line to create the wheat
ctx.lineTo(250, 380); // draw another line to create the wheat
ctx.moveTo(400, 400); // move to the bottom of the third blade of grass
ctx.lineTo(420, 340); // draw a line up to create the wheat
ctx.lineTo(440, 400); // draw another line to create the wheat
ctx.lineTo(400, 400); // draw another line to create the wheat
ctx.fill(); // fill the shape with the wheat color

// add some shading to the wheat
ctx.fillStyle = "#CDAF68"; // set the fill color to a darker wheat color
ctx.beginPath(); // start drawing the shading
ctx.moveTo(100, 380); // move to the bottom of the first blade of grass
ctx.lineTo(120, 320); // draw a line up to create the shading
ctx.lineTo(140, 380); // draw another line to create the shading
ctx.lineTo(100, 380); // draw another line to create the shading
ctx.fill(); // fill the shape with the darker wheat color
ctx.beginPath(); // start drawing the shading
ctx.moveTo(250, 380); // move to the bottom of the second blade of grass
ctx.lineTo(270, 320); // draw a line up to create the shading
ctx.lineTo(290, 380); // draw another line to create the shading
ctx.lineTo(250, 380); // draw another line to create the shading
ctx.fill(); // fill the shape with the darker wheat color
ctx.beginPath(); // start drawing the shading
ctx.moveTo(400, 400); // move to the bottom of the third blade of grass
ctx.lineTo(420, 340); // draw a line up to create the shading
ctx.lineTo(440, 400); // draw another line to create the shading
ctx.lineTo(400, 400); // draw another line to create the shading
ctx.fill(); // fill the shape with the darker wheat color

// add some highlights to the wheat
ctx.fillStyle = "#F5DEB3"; // set the fill color to a light wheat color
ctx.beginPath(); // start drawing the highlights
ctx.moveTo(110, 370); // move to the bottom of the first blade of grass
ctx.lineTo(120, 330); // draw a line up to create the highlight
ctx.lineTo(130, 370); // draw another line to create the highlight
ctx.lineTo(110, 370); // draw another line to create the highlight
ctx.fill(); // fill the shape with the light wheat color
ctx.beginPath(); // start drawing the highlights
ctx.moveTo(260, 370); // move to the bottom of the second blade of grass
ctx.lineTo(270, 330); // draw a line up to create the highlight
ctx.lineTo(280, 370); // draw another line to create the highlight
ctx.lineTo(260, 370); // draw another line to create the highlight
ctx.fill(); // fill the shape with the light wheat color
ctx.beginPath(); // start drawing the highlights
ctx.moveTo(410, 390); // move to the bottom of the third blade of grass
ctx.lineTo(420, 350); // draw a line up to create the highlight
ctx.lineTo(430, 390); // draw another line to create the highlight
ctx.lineTo(410, 390); // draw another line to create the highlight
ctx.fill(); // fill the shape with the light wheat color

// add some shadows to the wheat
ctx.fillStyle = "#996515"; // set the fill color to a wheat shadow color
ctx.beginPath(); // start drawing the shadows
ctx.moveTo(110, 370); // move to the bottom of the first blade of grass
ctx.lineTo(120, 330); // draw a line up to create the shadow
ctx.lineTo(130, 370); // draw another line to create the shadow
ctx.lineTo(110, 370); // draw another line to create the shadow
ctx.fill(); // fill the shape with the wheat shadow color
ctx.beginPath(); // start drawing the shadows
ctx.moveTo(260, 370); // move to the bottom of the second blade of grass
ctx.lineTo(270, 330); // draw a line up to create the shadow
ctx.lineTo(280, 370); // draw another line to create the shadow
ctx.lineTo(260, 370); // draw another line to create the shadow
ctx.fill(); // fill the shape with the wheat shadow color
ctx.beginPath(); // start drawing the shadows
ctx.moveTo(410, 390); // move to the bottom of the third blade of grass
ctx.lineTo(420, 350); // draw a line up to create the shadow
ctx.lineTo(430, 390); // draw another line to create the shadow
ctx.lineTo(410, 390); // draw another line to create the shadow
ctx.fill(); // fill the shape with the wheat shadow color

// add some texture to the wheat
ctx.fillStyle = "#D8B56B"; // set the fill color to the wheat color
ctx.beginPath(); // start drawing the texture
ctx.arc(120, 350, 10, 0, Math.PI * 2); // draw a circle as part of the texture
ctx.fill(); // fill the shape with the wheat color
ctx.beginPath(); // start drawing the texture
ctx.arc(270, 350, 10, 0, Math.PI * 2); // draw a circle as part of the texture
ctx.fill(); // fill the shape with the wheat color
ctx.beginPath(); // start drawing the texture
ctx.arc(420, 370, 10, 0, Math.PI * 2); // draw a circle as part of the texture
ctx.fill(); // fill the shape with the wheat color

// add a sun
ctx.fillStyle = "#FDB813"; // set the fill color to a bright yellow
ctx.beginPath(); // start drawing the sun
ctx.arc(256, 0, 100, 0, Math.PI * 2); // draw a circle to create the sun
ctx.fill(); // fill the circle with the bright yellow color

// add some sun rays
ctx.strokeStyle = "#FDB813"; // set the stroke color to the same as the sun
ctx.lineWidth = 5; // increase the line width
ctx.beginPath(); // start drawing the sun rays
ctx.moveTo(150, 200); // move to the first point of the first ray
ctx.lineTo(20, 200); // draw a line to create the first ray
ctx.moveTo(362, 200); // move to the first point of the second ray
ctx.lineTo(492, 200); // draw a line to create the second ray
ctx.moveTo(200, 75); // move to the first point of the third ray
ctx.lineTo(200, 205); // draw a line to create the third ray
ctx.moveTo(312, 307); // move to the first point of the fourth ray
ctx.lineTo(380, 380); // draw a line to create the fourth ray
ctx.stroke(); // stroke the lines to create the sun rays

// add some sun highlights
ctx.fillStyle = "#FFFFFF"; // set the fill color to white
ctx.beginPath(); // start drawing the sun highlights
ctx.arc(180, 150, 15, 0, Math.PI * 2); // draw a circle to create the first highlight
ctx.fill(); // fill the circle with the white color
ctx.beginPath(); // start drawing the sun highlights
ctx.arc(325, 50, 15, 0, Math.PI * 2); // draw a circle to create the second highlight
ctx.fill(); // fill the circle with the white color

// add some cloud
ctx.fillStyle = "#FFFFFF"; // set the fill color to white
ctx.beginPath(); // start drawing the cloud
ctx.arc(400, 100, 50, 0, Math.PI * 2); // draw a circle to create the first part of the cloud
ctx.arc(450, 125, 50, 0, Math.PI * 2); // draw a circle to create the second part of the cloud
ctx.arc(400, 150, 50, 0, Math.PI * 2); // draw a circle to create the third part of the cloud
ctx.arc(350, 125, 50, 0, Math.PI * 2); // draw a circle to create the fourth part of the cloud
ctx.fill(); // fill the shape with the white color

// add some cloud shadows
ctx.fillStyle = "#F2F2F2"; // set the fill color to a light gray
ctx.beginPath(); // start drawing the cloud shadows
ctx.arc(420, 110, 45, 0, Math.PI * 2); // draw a circle to create the first shadow
ctx.fill(); // fill the shape with the light gray color
ctx.beginPath(); // start drawing the cloud shadows
ctx.arc(430, 140, 45, 0, Math.PI * 2); // draw a circle to create the second shadow
ctx.fill(); // fill the shape with the light gray color

// add a bird
ctx.strokeStyle = "#000000"; // set the stroke color to black
ctx.lineWidth = 3; // set the line width
ctx.beginPath(); // start drawing the bird
ctx.moveTo(50, 50); // move to the first point of the bird
ctx.lineTo(70, 70); // draw a line to create the first part of the bird
ctx.lineTo(100, 50); // draw another line to create the second part of the bird
ctx.stroke(); // stroke the lines to create the bird

// add some bird details
ctx.beginPath(); // start drawing the bird details
ctx.arc(80, 60, 3, 0, Math.PI * 2); // draw a circle to create the bird eye
ctx.fillStyle = "#000000"; // set the fill color to black
ctx.fill(); // fill the circle with the black color

// add a title
// "Golden Fields"
// I hope this artwork doesn't make you wheat with envy!

Info

Created On: May 30, 2023
Created By: @DrawGPT

AI

Model: gpt-3.5-turbo-0301
Time: 243 seconds
Prompt Tokens: 187
Completion Tokens: 2629
Total Token Cost: 2816

NEW AI IMAGES


These are recent AI images made by the community!

FAQ

What is DrawGPT?

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.

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!

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.

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 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.

Is This AI Sentient? Will It End Us?

No.