Name:
Student Number:
Class Group:
List of classes/assets in the project and whether made yourself or modified or if its from a source, please give the reference
Class/asset | Source |
---|---|
MyClass.cs | Self written |
MyClass1.cs | Modified from reference |
MyClass2.cs | From reference |
This is emphasis
This is a bulleted list
- Item
- Item
This is a numbered list
- Item
- Item
This is a hyperlink
This is code:
public void render()
{
ui.noFill();
ui.stroke(255);
ui.rect(x, y, width, height);
ui.textAlign(PApplet.CENTER, PApplet.CENTER);
ui.text(text, x + width * 0.5f, y + height * 0.5f);
}
So is this without specifying the language:
public void render()
{
ui.noFill();
ui.stroke(255);
ui.rect(x, y, width, height);
ui.textAlign(PApplet.CENTER, PApplet.CENTER);
ui.text(text, x + width * 0.5f, y + height * 0.5f);
}
This is an image using a relative URL:
This is an image using an absolute URL:
This is a youtube video:
This is a table:
Heading 1 | Heading 2 |
---|---|
Some stuff | Some more stuff in this column |
Some stuff | Some more stuff in this column |
Some stuff | Some more stuff in this column |
Some stuff | Some more stuff in this column |