This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
notes:c4eng:fall2024:projects:gtf0 [2024/09/10 12:23] – wedge | notes:c4eng:fall2024:projects:gtf0 [2024/09/11 23:38] (current) – [DRAWING AN ELLIPSE] dnayo | ||
---|---|---|---|
Line 12: | Line 12: | ||
Now, a new directory will appear when you use the ls command, called src. Type in "cd src" to get into this new directory. If you use the command " | Now, a new directory will appear when you use the ls command, called src. Type in "cd src" to get into this new directory. If you use the command " | ||
=====BUILD THE CODE===== | =====BUILD THE CODE===== | ||
+ | In order to build the code you first need to follow the steps above labeled " | ||
=====RUN THE PROGRAM===== | =====RUN THE PROGRAM===== | ||
+ | In order to run the program we will run the command " | ||
=====VIEW THE IMAGE===== | =====VIEW THE IMAGE===== | ||
< | < | ||
Line 26: | Line 28: | ||
====MIXING A COLOR==== | ====MIXING A COLOR==== | ||
====DRAWING A LINE==== | ====DRAWING A LINE==== | ||
+ | Use Function " | ||
====DRAWING A RECTANGLE==== | ====DRAWING A RECTANGLE==== | ||
+ | Use function " | ||
====FILLING AN ENCLOSED SPACE==== | ====FILLING AN ENCLOSED SPACE==== | ||
+ | Use code, " | ||
====DRAWING A FILLED RECTANGLE==== | ====DRAWING A FILLED RECTANGLE==== | ||
+ | Use code, " | ||
====DRAWING A CIRCLE==== | ====DRAWING A CIRCLE==== | ||
+ | Use code, " | ||
====DRAWING AN ELLIPSE==== | ====DRAWING AN ELLIPSE==== | ||
+ | Use code " | ||