Processing.js/ConferenceCalls/Mar-25-2010

From CDOT Wiki
Jump to: navigation, search


Meeting Mar 25, 2010

Regrets

Attendance

Proposed Agenda

Reminder: record meeting audio and take minutes

  • PGraphic
  • linting errors - must run make check-lint
  • color - status
  • ref tests - how to write, where is documentation, 1 on 1 by appointment

Minutes

  • Daniel has the recorded meetings, having trouble with uploading them to his server, will talk more to Dave about hosting
  • PImage works but needs to be fine-tuned for 0.8 Most working but few were hacked together really quick.
  • Working on PGraphics... it's currently mostly working, planning to keep as is with createGraphics and implement 3D. Talked about loadPixels on webGL for it. Deteremined to fix image to work on 3D...
  • Color status - half implemented. PImage uses int params and there's functions that convert string to int and vice versa... should be ready for 0.8 release
  • Andor's lighting code working really well. Should be done by this release.
  • Ref tests has to be talked more about by Dave. Read his blog and Automated test
  • New ticket status for pre-1.0 (missing-features-blocker) and post-1.0 (missing-features) ... please pick up as many pre-1.0 tickets as possible.
  • Eli brought up postponing 1.0 until we get asynchronous loading maybe do 0.95
  • Reminder: Make sure to run make check-lint
  • Mozilla JS deprecated octal literals - need to know how to handle them (looks like regex solution)
  • Variable document/undefined as it's used fairly often (code optimization) - YUI doesn't do optimizations
  • release 0.8 student work is due Monday as per our schedule
  • all work going into 0.8 should be ready for peer review by then
  • we are going to ship 0.8 on April 8th. No room to push