This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
notes:cprog:spring2024:projects:fwg0 [2024/03/11 00:38] – [Build from Source] Install info added hcopp1 | notes:cprog:spring2024:projects:fwg0 [2024/03/14 08:57] (current) – [Build from Source] hcopp1 | ||
---|---|---|---|
Line 16: | Line 16: | ||
Unzip these files which provide a similar file name with a .DEB file extension | Unzip these files which provide a similar file name with a .DEB file extension | ||
- | ''< | + | ''< |
- | ''< | + | ''< |
To install these use the following commands: | To install these use the following commands: | ||
Line 48: | Line 48: | ||
====displaying text==== | ====displaying text==== | ||
+ | A basic way of displaying text would be to set the ( x, y ) coordinates of the starting point, followed by printing your text. Below is the example from the Hello World tutorial. | ||
+ | |||
+ | < | ||
+ | // draw our text near the top-left of the screen | ||
+ | set_drawing_point( 20, 120 ); | ||
+ | print( " | ||
+ | </ | ||
====processing textures and regions==== | ====processing textures and regions==== | ||
====displaying a region at location==== | ====displaying a region at location==== | ||