Difference between revisions of "Processing.js/ConferenceCalls/Feb-18-2010"

From CDOT Wiki
Jump to: navigation, search
(Minutes)
(Attendance)
Line 6: Line 6:
  
 
===Attendance===
 
===Attendance===
 +
 +
*[[User:asalga|Andor Salga]]
 +
*[[User:mlam19|Matthew Lam]]
 +
*[[User:Dhhodgin|Daniel Hodgin]]
 +
*[[User:ASydiK|Mickael Medel]]
 +
*[[User:Anna.sobiepanek|Anna  Sobiepanek]]
 +
 +
*[http://twitter.com/Corban Corban Brook]
 +
 +
*Sephr
  
 
===Proposed Agenda===
 
===Proposed Agenda===

Revision as of 17:13, 22 February 2010

Meeting Feb 18, 2010

Regrets

  • David Humphrey (I have to go home sooner than I planned, sorry to miss it)

Attendance

  • Sephr

Proposed Agenda

  • New Project Members
  • 0.6 Update / Status Check
  • story board for front page zenit wiki demo
  • openGrok
  • smooth() noSmooth()
  • Andor 3D update from last week
  • tinylog
  • GitHub tutorials

Minutes

  • no new project members present
  • 0.5 is out. It can be downloaded from processingjs.org. Everything has been pushed to the jeresig repo.
  • Status Check: Andor: finished model and screen functions just needs to test. Debugging fill but has not looked into stroke yet. Daniel: had trouble getting loadImage() to work. He will finish loadImage(), blend, copy. Filter will need to be pushed to 0.7. Michael: working on endCamera() and beginCamera(). He hasn't started applyMatrix() but is confident it will be in by Mon. He will also look into doing PGraphic for 0.7. Anna: sphere() and sphereDetail() is done, has to look into regExp, and curveDetail().
  • We need a processing.js demo on the front page of zenit wiki. Also, a link to the project needs to be added. Since everyone is busy coding, its best that we do a storyboard of how the demo will look. Storyboard is kind of like a comic book illustrating all of the scenes and animations. Corban suggested everyone make one demo that way we can cycle through each one. Things to consider facebook app, Photoshop.js. Anna will look into an online tool that will help in creating a storyboard.

It will allow you to search the Java processing code

  • smooth() and noSmooth() change CSS properties that only work on raster images. Sephr said that the way processing.js is set up it is not possible to get noSmooth() to work. It basically will lower performance. Sephr will update the lighthouse ticket.
  • Sephr is proposing that we port tinylog into processing.js. Tinylog will give us a better way of debugging code.
  • Andor has spoken to Mark Steal who suggested we use the build in Mac profiler. Andor will play around with it and get back to us.
  • Both Corban and Daniel will work on putting together GitHub tutorials that will cover the functionality needed to merge, fetch, and commit to the branch. These tutorial will be specific to the processing.js development team.