Difference between revisions of "Processing.js/ConferenceCalls/Mar-25-2010"

From CDOT Wiki
Jump to: navigation, search
(Proposed Agenda)
(Minutes)
 
(6 intermediate revisions by 2 users not shown)
Line 4: Line 4:
 
===Regrets===
 
===Regrets===
 
*[[User:Anna.sobiepanek|Anna Sobiepanek]]
 
*[[User:Anna.sobiepanek|Anna Sobiepanek]]
 +
*[[User:David.humphrey|David Humphrey]]
  
 
===Attendance===
 
===Attendance===
  
 +
*[[User:asalga|Andor Salga]]
 +
*[[User:mlam19|Matthew Lam]]
 +
*[[User:Dhhodgin|Daniel Hodgin]]
 +
*[[User:ASydiK|Mickael Medel]]
 +
*[http://twitter.com/Corban Corban Brook]
 +
*[http://eligrey.com/ Eli Grey]
  
 
===Proposed Agenda===
 
===Proposed Agenda===
Reminder: record meeting audio
+
Reminder: record meeting audio and take minutes
  
 
* New Project Members
 
* New Project Members
* 0.7 Release Update
+
* 0.7 Release Update/ Overview of Issues
* https://processing-js.lighthouseapp.com/projects/41284/milestones/55787-05-release-date  0.8 Update/Status Check
+
* https://processing-js.lighthouseapp.com/projects/41284/milestones/55787-05-release-date  0.8 Update/Status Check/Why hasn't anyone submitted anything for yesterdays due date?
 
* new ticket status added to lighthouse
 
* new ticket status added to lighthouse
 +
 +
* PGraphic
 
* linting errors - must run make check-lint
 
* linting errors - must run make check-lint
 
* color - status
 
* color - status
Line 21: Line 30:
 
===Minutes===
 
===Minutes===
  
due date for 0.8 has been changed, see lighthouse mar24/mar29.<br />
+
* Daniel has the recorded meetings, having trouble with uploading them to his server, will talk more to Dave about hosting
corban is working on char to int conversion issues, you can now check typeof as object and constructor = char.<br />
+
* PImage works but needs to be fine-tuned for 0.8 Most working but few were hacked together really quick.
byte class may be possible.<br />
+
* 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...
Andor is working on 3d problems with browser inconsistancies in background rendering.<br />
+
* 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 wants an iPhone please.<br />
+
* Andor's lighting code working really well.  Should be done by this release.
Mickael working on begin and end camera, problems with inserting camera in pjs example, calls being ignored.<br />
+
* Ref tests has to be talked more about by Dave. Read his [http://vocamus.net/dave/?p=1039 blog] and [https://processing-js.lighthouseapp.com/projects/41284/writing-automated-tests Automated test]
visual ref tests are almost ready for use, documentation for how to build them is up.<br />
+
* 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.
corban wants everyone to put links to the github branch that you are submitting for him to pull, not the commit url in the lighthouse tickets as you set them for review.<br />
+
* Eli brought up postponing 1.0 until we get asynchronous loading maybe do 0.95
color, color.toString(), color.toGLarray() coming soon<br />
+
* 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'''

Latest revision as of 17:59, 25 March 2010


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