Difference between revisions of "Workshop1:P Tutorial"

From ex25
Jump to: navigation, search
(Created page with "== Tutorial 00: Introduction == <html> <div data-configid="2060182/6002979" style="width: 650px; height: 244px;" class="issuuembed"></div><script type="text/javascript" src="/...")
 
(Tutorial 00: Introduction)
 
(7 intermediate revisions by one user not shown)
Line 1: Line 1:
 +
__NOTOC__ __NOTITLE__
 +
 +
<html>
 +
<style>
 +
div#headercontainer {
 +
width: 850px;
 +
height: 400px;
 +
margin: 0px;
 +
margin-bottom: -25px;
 +
padding: 0px;
 +
border: 0px;
 +
color: #EC297B;
 +
background: white url(http://ex25.hyperbody.nl/images/1/13/IB5_Cover02.jpg);
 +
}
 +
 +
div#button {
 +
float: right;
 +
width: 150px;
 +
height: 30px;
 +
border: 2px solid #EC297B;
 +
margin-right: 30px;
 +
margin-top: 350px;
 +
background: black;
 +
opacity: 1;
 +
}
 +
div#mainbutton {
 +
float: left;
 +
width: 200px;
 +
height: 30px;
 +
border: 2px solid black;
 +
margin-right: 10px;
 +
margin-top:350px;
 +
align: center;
 +
background: black;
 +
opacity: 1;
 +
}
 +
div#headercontainer a:link    {color: white; text-decoration: none; opacity: 1;}
 +
div#headercontainer a:visited {color: white; text-decoration: none; opacity: 1;}
 +
div#headercontainer a:active  {color: #EC297B; text-decoration: none; opacity: 1;}
 +
div#headercontainer a:hover  {color: #EC297B; text-decoration: none; opacity: 1;}
 +
</style>
 +
</html>
 +
 +
<div id="headercontainer">
 +
<div id="mainbutton" align="center">
 +
[[Msc1workshop:workshop01 |'''main''']]
 +
</div>
 +
<div id="button" align="center">
 +
[[Workshop1:A Tutorial|'''A_Tutorials''']]
 +
</div>
 +
<div id="button" align="center">
 +
[[Workshop1:P_Tutorial|'''P_Tutorials''']]
 +
</div>
 +
<div id="button" align="center">
 +
[[Workshop1:Schedule|'''Schedule''']]
 +
</div>
 +
</div>
 +
 +
 +
<br>
 
== Tutorial 00: Introduction ==
 
== Tutorial 00: Introduction ==
 
<html>
 
<html>
Line 28: Line 88:
 
<div data-configid="2060182/6419801" style="width: 650px; height: 244px;" class="issuuembed"></div><script type="text/javascript" src="//e.issuu.com/embed.js" async="true"></script>
 
<div data-configid="2060182/6419801" style="width: 650px; height: 244px;" class="issuuembed"></div><script type="text/javascript" src="//e.issuu.com/embed.js" async="true"></script>
 
</html>
 
</html>
 +
 +
== Tutorial 03_02: Clock ==
 +
<html>
 +
<div data-configid="2060182/11585263" style="width:650px; height:244px;" class="issuuembed"></div><script type="text/javascript" src="//e.issuu.com/embed.js" async="true"></script>
 +
</html>
 +
 +
== Tutorial 04: Function ==
 +
<html>
 +
<div data-configid="2060182/6719187" style="width: 650px; height: 244px;" class="issuuembed"></div><script type="text/javascript" src="//e.issuu.com/embed.js" async="true"></script>
 +
</html>
 +
 +
== Tutorial 05: 3D & Library ==
 +
<html>
 +
<div data-configid="2060182/6003035" style="width: 650px; height: 244px;" class="issuuembed"></div><script type="text/javascript" src="//e.issuu.com/embed.js" async="true"></script>
 +
</html>
 +
 +
== Tutorial 06: Simple UI ==
 +
<html>
 +
<div data-configid="2060182/6003046" style="width: 650px; height: 244px;" class="issuuembed"></div><script type="text/javascript" src="//e.issuu.com/embed.js" async="true"></script>
 +
</html>
 +
 +
== Tutorial 07: ArrayList & Class ==
 +
<html>
 +
<div data-configid="2060182/6003051" style="width: 650px; height: 244px;" class="issuuembed"></div><script type="text/javascript" src="//e.issuu.com/embed.js" async="true"></script>
 +
</html>
 +
 +
== Tutorial 07: ArrayList02 ==
 +
<html>
 +
<div data-configid="2060182/6771991" style="width: 650px; height: 244px;" class="issuuembed"></div><script type="text/javascript" src="//e.issuu.com/embed.js" async="true"></script>
 +
</html>
 +
 +
== Tutorial 07_01: ArrayList Simple Practice ==
 +
<html>
 +
<div data-configid="2060182/6421934" style="width: 650px; height: 244px;" class="issuuembed"></div><script type="text/javascript" src="//e.issuu.com/embed.js" async="true"></script>
 +
</html>
 +
 +
== Tutorial 08: photoGraph ==
 +
<html>
 +
<div data-configid="2060182/6003064" style="width: 650px; height: 244px;" class="issuuembed"></div><script type="text/javascript" src="//e.issuu.com/embed.js" async="true"></script>
 +
</html>
 +
 +
== Tutorial 09: MovieMaker ==
 +
<html>
 +
<div data-configid="2060182/6719521" style="width: 650px; height: 244px;" class="issuuembed"></div><script type="text/javascript" src="//e.issuu.com/embed.js" async="true"></script>
 +
</html>
 +
 +
Processing Code File Link: [https://dl.dropboxusercontent.com/u/50517965/Diverse_Body.rar '''Processing Code''']

Latest revision as of 10:30, 26 October 2015


P_Tutorials



Tutorial 00: Introduction

Tutorial 00: Download & Install

Tutorial 01: HelloWorld & Variable & Setup

Tutorial 02: Condition

Tutorial 03: For_Loop

Tutorial 03_01: Font

Tutorial 03_02: Clock

Tutorial 04: Function

Tutorial 05: 3D & Library

Tutorial 06: Simple UI

Tutorial 07: ArrayList & Class

Tutorial 07: ArrayList02

Tutorial 07_01: ArrayList Simple Practice

Tutorial 08: photoGraph

Tutorial 09: MovieMaker

Processing Code File Link: Processing Code