Difference between revisions of "Processing.js/ConferenceCalls/Apr-1-2010"

From CDOT Wiki
Jump to: navigation, search
(Proposed Agenda)
 
Line 1: Line 1:
 
+
==Meeting Apr. 1, 2010==
 
 
==Meeting Mar 25, 2010==
 
 
===Regrets===
 
===Regrets===
 +
*[[User:ASydiK|Mickael Medel]]
  
 
===Attendance===
 
===Attendance===
 +
*[http://twitter.com/Corban Corban Brook]
 +
*[http://eligrey.com/ Eli Grey]
 +
*[[User:Dhhodgin|Daniel Hodgin]]
 +
*[[User:David.humphrey|David Humphrey]]
 +
*[http://hyper-metrix.com/ Al MacDonald]
 +
*[[User:mlam19|Matthew Lam]]
 +
*[[User:Anna.sobiepanek|Anna Sobiepanek]]
 +
*[[User:asalga|Andor Salga]]
  
===Proposed Agenda===
+
==Proposed Agenda==
 
Reminder: record meeting audio and take minutes
 
Reminder: record meeting audio and take minutes
  
Line 16: Line 23:
 
* corban: new online seneca example tester
 
* corban: new online seneca example tester
  
===Minutes===
+
==Minutes==
 +
 
 +
===0.8===
 +
*Due date Apr. 5, 2010.
 +
 
 +
===0.8 Updates===
 +
*Andor should be done by Monday
 +
*Daniel should be done his PImage tickets by Monday
 +
**Has encountered test failure ([https://processing-js.lighthouseapp.com/projects/41284-processingjs/tickets/518-parser-bug-on-test-processing-book-001units-31-4235-image-3_03_03pde #518]). Daniel will check in work so course to take on #518 can be determined.
 +
*Matthew has started Pmatrix2D. Pmatrix3DStack converted into Pmatrixstack, able to handle both 2d and 3d. Some init code to get Pmatrix2d working for printMatrix.
 +
*Michael working on vertex and shape.
 +
 
 +
===Looking ahead===
 +
*Daniel taking [https://processing-js.lighthouseapp.com/projects/41284-processingjs/tickets/474-pimage-putimagedata-causes-error-if-data-overflows-the-canvas-clipping-logic-needed #474], already pulled into his branch.
 +
*[https://processing-js.lighthouseapp.com/projects/41284-processingjs/tickets/473-make-loadimage-look-for-img-elements-in-the-dom #473] "resolved" as invalid.
 +
*sephr asked about what to do with browser's supporting SVG fonts. Al was working in this area.  File a bug for 0.9.
 +
*PGraphics currently returns canvas, not PImage. Related to Michael's work.
 +
*Anna noticed texture is used only in the vertex function, and Pjs could extend it to other functions simply. Al saw some merit to Pjs extending this.
 +
*Anna will take [https://processing-js.lighthouseapp.com/projects/41284-processingjs/tickets/208-incorrect-documentation #208], minor doc issue.
 +
*Andor points out some sites using Pjs are using old releases. Poke these sites to update?
 +
 
 +
===Revised Review Process===
 +
*Tickets passing ''review-looks-good'' will now go into ''staged'', before entering ''checked-in''.
 +
*''staged'' means the code has been pushed into Anna's branch. ''checked-in'' means it has gone into a production release.
 +
*''staged'' will be reviewed by Corban, Al, and Dave.
 +
 
 +
===New Pjs Test Suite===
 +
*http://processing-js.buildingsky.net/
 +
*suggestions: skip test, keep track how many times a test has been run and how many times it has passed or failed
 +
*already on the to-do list: make bottom progress bars show number of passes and failures
 +
 
 +
===Future Excursion Notes===
 +
*Related parties interested in:
 +
**What is running slow in JS/canvas
 +
***Flock example was slow. Find why for optimization purposes.
 +
**Difficulties using JS/canvas encountered while building Pjs

Latest revision as of 21:25, 1 April 2010

Meeting Apr. 1, 2010

Regrets

Attendance

Proposed Agenda

Reminder: record meeting audio and take minutes

  • corban:new review process
  • corban: new online seneca example tester

Minutes

0.8

  • Due date Apr. 5, 2010.

0.8 Updates

  • Andor should be done by Monday
  • Daniel should be done his PImage tickets by Monday
    • Has encountered test failure (#518). Daniel will check in work so course to take on #518 can be determined.
  • Matthew has started Pmatrix2D. Pmatrix3DStack converted into Pmatrixstack, able to handle both 2d and 3d. Some init code to get Pmatrix2d working for printMatrix.
  • Michael working on vertex and shape.

Looking ahead

  • Daniel taking #474, already pulled into his branch.
  • #473 "resolved" as invalid.
  • sephr asked about what to do with browser's supporting SVG fonts. Al was working in this area. File a bug for 0.9.
  • PGraphics currently returns canvas, not PImage. Related to Michael's work.
  • Anna noticed texture is used only in the vertex function, and Pjs could extend it to other functions simply. Al saw some merit to Pjs extending this.
  • Anna will take #208, minor doc issue.
  • Andor points out some sites using Pjs are using old releases. Poke these sites to update?

Revised Review Process

  • Tickets passing review-looks-good will now go into staged, before entering checked-in.
  • staged means the code has been pushed into Anna's branch. checked-in means it has gone into a production release.
  • staged will be reviewed by Corban, Al, and Dave.

New Pjs Test Suite

  • http://processing-js.buildingsky.net/
  • suggestions: skip test, keep track how many times a test has been run and how many times it has passed or failed
  • already on the to-do list: make bottom progress bars show number of passes and failures

Future Excursion Notes

  • Related parties interested in:
    • What is running slow in JS/canvas
      • Flock example was slow. Find why for optimization purposes.
    • Difficulties using JS/canvas encountered while building Pjs