User Tools

Site Tools


notes:cprog:spring2024:projects:fwg0

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
notes:cprog:spring2024:projects:fwg0 [2024/03/11 00:38] – [Build from Source] Install info added hcopp1notes: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 
  
-''<color #00a2e8>vircon32-emulator_24.3.2_armhf.deb</color>''+''<color #00a2e8>vircon32-emulator_24.3-2_armhf.deb</color>''
  
-''<color #22b14c>vircon32-devtools_24.2.4_armhf.deb</color>''+''<color #22b14c>vircon32-devtools_24.2-4_armhf.deb</color>''
  
 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.
 +
 +<code>
 +    // draw our text near the top-left of the screen
 +    set_drawing_point( 20, 120 );
 +    print( "Hello, World!" );
 +</code>
 ====processing textures and regions==== ====processing textures and regions====
  
 ====displaying a region at location==== ====displaying a region at location====
  
notes/cprog/spring2024/projects/fwg0.1710117495.txt.gz · Last modified: 2024/03/11 00:38 by hcopp1