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

From CDOT Wiki
Jump to: navigation, search
(Created page with ' ==Meeting Mar 25, 2010== ===Regrets=== *Anna Sobiepanek ===Attendance=== ===Proposed Agenda=== Reminder: record meeting audio * New Project Members...')
 
(Minutes)
 
(7 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/Why hasn't anyone submitted anything for yesterdays due date?
 +
* new ticket status added to lighthouse
  
* https://processing-js.lighthouseapp.com/projects/41284/milestones/55787-05-release-date  0.8 Update
+
* PGraphic
 +
* linting errors - must run make check-lint
 +
* color - status
 +
* ref tests - how to write, where is documentation, 1 on 1 by appointment
  
* Due date for 0.8 changed Wednesday March 24 & Mon March 29
+
===Minutes===
 
 
* char to int conversion
 
* Andor: built in Mac profiler
 
* Andor: I need to borrow an iPhone for development
 
* Snapz Pro X
 
* ref tests
 
* running make check: a reminder
 
* _checkEqualsEpsilon()
 
 
 
* lighthouse ticket update with github branch instead of commit
 
* PMatrix2D and printMatrix()
 
  
===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 [http://vocamus.net/dave/?p=1039 blog] and [https://processing-js.lighthouseapp.com/projects/41284/writing-automated-tests 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
  
due date for 0.8 has been changed, see lighthouse mar24/mar29.<br />
+
* '''release 0.8 student work is due Monday as per our schedule'''
corban is working on char to int conversion issues, you can now check typeof as object and constructor = char.<br />
+
* '''all work going into 0.8 should be ready for peer review by then'''
byte class may be possible.<br />
+
* '''we are going to ship 0.8 on April 8th. No room to push'''
Andor is working on 3d problems with browser inconsistancies in background rendering.<br />
 
Andor wants an iPhone please.<br />
 
Mickael working on begin and end camera, problems with inserting camera in pjs example, calls being ignored.<br />
 
visual ref tests are almost ready for use, documentation for how to build them is up.<br />
 
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 />
 
color, color.toString(), color.toGLarray() coming soon<br />
 

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