Difference between revisions of "Candy-js"

From CDOT Wiki
Jump to: navigation, search
(Project Details)
(Project News)
Line 62: Line 62:
  
 
== Project News ==
 
== Project News ==
 
+
'''September:'''
 
*Implemented original video onto canvas
 
*Implemented original video onto canvas
 
*Implemented cartoon effect
 
*Implemented cartoon effect
Line 69: Line 69:
 
*Implemented green screen effect
 
*Implemented green screen effect
 
*Implemented flip effect
 
*Implemented flip effect
 +
'''October:'''
 
*Setup GIT Hub repository
 
*Setup GIT Hub repository
 
*Implemented negative effect
 
*Implemented negative effect
 
*Implemented interlaced effect
 
*Implemented interlaced effect
*'''Released Candy version 0.1'''
+
*Released Candy version 0.1
 +
'''November:'''
 +
*Added 'data-apply-effect' attribute to the <video>
 +
*Modularize source code in Candy.js library
 +
*Dynamically change brightness level
 +
*Dynamically change green screen background
 +
*Dynamically change videos effects
 +
*Released Candy version 0.2
 +
'''December:'''
 +
*Implemented Color Filter
 +
*Implemented Emboss Effect
 +
*Implemented Blur Effect
 +
*Implemented Tilt-Shift Effect
 +
*Implemented Disperse Effect
 +
*Implemented Modulate Effect
 +
*Implemented Pixelate Effect
 +
*Implemented Pointillize Effect
 +
*Released Candy version 0.3

Revision as of 12:32, 10 December 2010

Project Name

Candy.js Library

Project Description

The Candy.js project is an effects extension to Popcorn.js.

Project Leader(s)

Project Leader: Kenneth Pangilinan

Contacts: Brett Gaylor, Scott Downe, Anna Sobiepanek, Dave Humphrey

Project Contributor(s)

Pointallize Effect: Contribution made by Brian Law who is working on ComicBook.js, his demo allowed me to analyze his source code and come up with the pointillism effect.

Project Details

Various projects using video on the web need to create innovative and non-standard effects to transform the video, for example, applying filters, altering the video, using 2D and 3D effects, etc. This project will create a library that provides some commonly needed effects (e.g., colour filters, tilt shifting, etc.). This project will overlap and support the HTML5/Video Comic Book project. The follow is a list of Candy effects:

  • Normal - Displays the original video used in the <video> tag
  • Comic -
  • Grayscale -
  • Sepia -
  • Green Screen -
  • Rotate -
  • Negative -
  • Modulate -
  • Brighten -
  • Darken -
  • Emboss -
  • Blur -
  • Tilt-Shift -
  • Disperse -
  • Modulate -
  • Pixelate -
  • Pointillize -
  • Color Filter -
  • Dynamic effects -

Project Plan

Release Download Release Features/Points Addressed
0.1 http://github.com/kpangilinan/Candy Demos the Candy library effects
0.2 https://github.com/kpangilinan/Candy/tree/popit 0.1 Release + dynamically changing the effects + dynamically changing green screen effect + brightness controller
0.3 https://github.com/kpangilinan/Candy/tree/0_3 0.1 Release + 0.2 Release + RGB filter + Emboss + Blur + Tilt-Shift + Disperse + Modulate + Pixelate + Pointillize

Project News

September:

  • Implemented original video onto canvas
  • Implemented cartoon effect
  • Implemented grayscale effect
  • Implemented sepia effect
  • Implemented green screen effect
  • Implemented flip effect

October:

  • Setup GIT Hub repository
  • Implemented negative effect
  • Implemented interlaced effect
  • Released Candy version 0.1

November:

  • Added 'data-apply-effect' attribute to the <video>
  • Modularize source code in Candy.js library
  • Dynamically change brightness level
  • Dynamically change green screen background
  • Dynamically change videos effects
  • Released Candy version 0.2

December:

  • Implemented Color Filter
  • Implemented Emboss Effect
  • Implemented Blur Effect
  • Implemented Tilt-Shift Effect
  • Implemented Disperse Effect
  • Implemented Modulate Effect
  • Implemented Pixelate Effect
  • Implemented Pointillize Effect
  • Released Candy version 0.3