Difference between revisions of "User:MattP"
Line 55: | Line 55: | ||
0.1 - [http://sonnilion.wordpress.com/2011/02/11/bugs-ready-for-review/ Details] <br/> | 0.1 - [http://sonnilion.wordpress.com/2011/02/11/bugs-ready-for-review/ Details] <br/> | ||
=== Contributions === | === Contributions === | ||
− | *Took a bug from Jon Buckly | + | * Created reduces test case for Jon Buckly |
+ | |||
+ | * Took a bug from Jon Buckly | ||
==Release 0.1 == | ==Release 0.1 == | ||
Line 62: | Line 64: | ||
===Popcorn.js=== | ===Popcorn.js=== | ||
[https://webmademovies.lighthouseapp.com/projects/63272/tickets/95-multiple-popcorn-instances Multiple Instances] <br/> | [https://webmademovies.lighthouseapp.com/projects/63272/tickets/95-multiple-popcorn-instances Multiple Instances] <br/> | ||
+ | <br/> | ||
+ | ==Release 0.2 == | ||
+ | ===Processing.js=== | ||
+ | [https://processing-js.lighthouseapp.com/projects/41284/tickets/672-reduce-calls-to-uniformmatrix Reduce calls to uniformmatrix] <br/> | ||
+ | |||
+ | [https://processing-js.lighthouseapp.com/projects/41284/tickets/852-fix-3d-ref-tests Fixed three 3D ref tests] <br/> | ||
+ | [https://processing-js.lighthouseapp.com/projects/41284/tickets/603-static-begincameraendcamera-examples-broken-in-repo Removed broken unnecessary test] <br/> | ||
+ | [https://processing-js.lighthouseapp.com/projects/41284/tickets/361-text-width-example-doesnt-work-in-chrome Fixed texted width example making it valid P5 code] <br/> | ||
+ | |||
+ | [https://processing-js.lighthouseapp.com/projects/41284/tickets/1075-3d-pgraphics-always-draws-below-2d-shapes Made reduced test case] <br/> | ||
+ | |||
<br/> | <br/> |
Revision as of 20:11, 9 March 2011
Contents
Contact Info
Name | Matt Postill |
Work Email | matthew.postill@senecac.on.ca |
School Email | mapostil@learn.senecac.on.ca |
Social Email | carnage6000@gmail.com |
IRC | Sonnilion (never on) |
BLOG | http://sonnilion.wordpress.com/ |
http://twitter.com/MattPostill/ | |
WorkLog | http://zenit.senecac.on.ca/wiki/index.php/Category:Matt's_Work_Log |
FSOSS Slides | http://scotland.proximity.on.ca/sonnilion/Presentation/ |
Thesis | Improving_Gaming_Performance |
About Me
My name is Matt Postill, I am a BSD student in my final year and have already graduated from the CPA program at Seneca specializing in game programming. My goal is to become a great programmer well known through out the world most likely in the game programming field. I have worked on 4 major project:1) An inventory system using C# and .Net 2) upgrading eDrive, a racing simulator created by Evan Weaver. 3) C3DL, a WebGL library 4) My current project SceneCreator. I am currently employeed at Seneca CDOT.
Technical Qualifications
Programming Languages
- C
- C++
- C#
- Java
- PHP/PERL
- SQL
- XHTML/CSS
- JavaScript
- Processing
DPS909 Projects
Releases
0.1 - Details
Contributions
- Created reduces test case for Jon Buckly
- Took a bug from Jon Buckly
Release 0.1
Processing.js
Popcorn.js
Release 0.2
Processing.js
Fixed three 3D ref tests
Removed broken unnecessary test
Fixed texted width example making it valid P5 code