This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
notes:cprog:fall2024:projects:gtf0 [2024/09/11 02:10] – [RUN THE PROGRAM] mwinter4 | notes:cprog:fall2024:projects:gtf0 [2024/09/11 21:30] (current) – [MIXING A COLOR] tkastne1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
======GTF0====== | ======GTF0====== | ||
+ | The goal for this project is to observe the skeleton code and understand the functions well enough to meet the project objectives listed at the top of this page. Look at the different functions to divulge information about how this graphics library works and revise the code to meet expectations. | ||
=====GRABIT===== | =====GRABIT===== | ||
+ | |||
+ | Once you are in your class folder you can make a directory for this project using: | ||
+ | < | ||
+ | mkdir gtf0 | ||
+ | </ | ||
+ | |||
+ | After entering the directory you can retrieve the project files like so: | ||
+ | < | ||
+ | grabit DESIG gtf0 | ||
+ | </ | ||
+ | Where DESIG is your class designation (e.g. cprog). | ||
=====REPOSITORY STEPS===== | =====REPOSITORY STEPS===== | ||
* Create a public html directory with the following command | * Create a public html directory with the following command | ||
Line 54: | Line 66: | ||
int r, int g, and int b are the red, green, and blue components of the color. Typically represented as hex values between 0x00 and 0xFF | int r, int g, and int b are the red, green, and blue components of the color. Typically represented as hex values between 0x00 and 0xFF | ||
- | There are many ways to find a colors hex value, including [[https:// | + | There are many ways to find a colors hex value, including [[https:// |
[[https:// | [[https:// |