Difference between revisions of "SdowneProject"
Line 1: | Line 1: | ||
+ | == About Me == | ||
+ | |||
+ | Welcome. My name is Scott Downe, I am in my 5th semester of cpac. | ||
+ | |||
+ | My non programming related interests include comics, painting, puzzles, video games, eating (I have a passion for food and cooking) and sleeping, breathing, etc. | ||
+ | |||
+ | This is my [http://scottdowne.blogspot.com/ blog] and you are currently viewing my project page :) | ||
+ | |||
+ | My irc nick is scott. I am usually in #processing.js and #seneca channels. | ||
+ | |||
== Project Name == | == Project Name == | ||
Line 24: | Line 34: | ||
== Project Details == | == Project Details == | ||
− | Project: [http://processingjs.org/ processing.js] | + | *Project: [http://processingjs.org/ processing.js] |
− | Revision Control: [https://github.com/ GitHub] | + | *Revision Control: [https://github.com/ GitHub] |
− | Bug Detection: [https://processing-js.lighthouseapp.com/projects/41284-processingjs/overview Lighthouse] | + | *Bug Detection: [https://processing-js.lighthouseapp.com/projects/41284-processingjs/overview Lighthouse] |
== 0.1 == | == 0.1 == | ||
− | 0.1 - Finsihed: [https://processing-js.lighthouseapp.com/projects/41284/tickets/226-parsing-indifferent-to-string-content#ticket-226-7 #226] | + | *0.1 - Finsihed: [https://processing-js.lighthouseapp.com/projects/41284/tickets/226-parsing-indifferent-to-string-content#ticket-226-7 #226 String parser] |
− | [http://github.com/ScottDowne/processing-js/commit/884a72950981d57409c175430e49a6ae4f0db644 0.1 patch] checked in. | + | *[http://github.com/ScottDowne/processing-js/commit/884a72950981d57409c175430e49a6ae4f0db644 0.1 patch] checked in. |
− | [https://processing-js.lighthouseapp.com/projects/41284/tickets/325-automated-tests-string-parsing automated test code] checked in. | + | *[https://processing-js.lighthouseapp.com/projects/41284/tickets/325-automated-tests-string-parsing automated test code for string parsing] checked in. |
== 0.2 == | == 0.2 == | ||
− | 0.2: [https://processing-js.lighthouseapp.com/projects/41284/tickets/133-private-keyword #133] | + | *0.2: [https://processing-js.lighthouseapp.com/projects/41284/tickets/133-private-keyword #133 private keyword] |
+ | |||
+ | *[https://processing-js.lighthouseapp.com/projects/41284/tickets/230-mouse-scroll-wheel-support #230 mouse scroll wheel support] awaiting review | ||
== 0.3 == | == 0.3 == | ||
− | 0.3: tbd. | + | *0.3: tbd. |
== Project News == | == Project News == | ||
− | I changed my bug for 0.1 to bug [https://processing-js.lighthouseapp.com/projects/41284/tickets/226-parsing-indifferent-to-string-content#ticket-226-7 #226]. I did this out of pure fascination. | + | *I changed my bug for 0.1 to bug [https://processing-js.lighthouseapp.com/projects/41284/tickets/226-parsing-indifferent-to-string-content#ticket-226-7 #226]. I did this out of pure fascination. |
+ | |||
+ | *I finished 0.1 as detailed in my blog [http://scottdowne.blogspot.com/2010/02/processingjs-01-release.html post]. | ||
+ | |||
+ | *Awaiting review for [https://processing-js.lighthouseapp.com/projects/41284/tickets/230-mouse-scroll-wheel-support #230 mouse scroll wheel support] | ||
+ | |||
+ | == Labs == | ||
− | + | *Thunderbird lab [http://scottdowne.blogspot.com/2010/03/thunderbird-lab.html blog post] |
Revision as of 20:14, 11 March 2010
Contents
About Me
Welcome. My name is Scott Downe, I am in my 5th semester of cpac.
My non programming related interests include comics, painting, puzzles, video games, eating (I have a passion for food and cooking) and sleeping, breathing, etc.
This is my blog and you are currently viewing my project page :)
My irc nick is scott. I am usually in #processing.js and #seneca channels.
Project Name
Porting processing to the canvas
Project Description
For this project, I will be working with Processing.js. Basically, allowing Processing programs to be developed, and run directly in HTML, through the use of the HTML canvas tag, retiring Flash and Java applets. This way, users can browse the web, view animation, run games, look at digital art, all without having to download and install any additional plug-ins.
I will be debugging two bugs for release 0.1. Bug #133 and #230
Scrap that, I will be debugging bug #226 and implementing some automated test cases for it.
I will do bugs #133 and #230 for 0.2!
For 0.3, I'll attempt three bugs.
Project Contributor(s)
The rest of the processing.js team.
Project Details
- Project: processing.js
- Revision Control: GitHub
- Bug Detection: Lighthouse
0.1
- 0.1 - Finsihed: #226 String parser
- 0.1 patch checked in.
- automated test code for string parsing checked in.
0.2
- 0.2: #133 private keyword
- #230 mouse scroll wheel support awaiting review
0.3
- 0.3: tbd.
Project News
- I changed my bug for 0.1 to bug #226. I did this out of pure fascination.
- I finished 0.1 as detailed in my blog post.
- Awaiting review for #230 mouse scroll wheel support
Labs
- Thunderbird lab blog post