hackyon / playground

Experiments, hackathons, and other small projects.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Playground

For experiments, hackathons, and other small projects.

This is where all young experiments go before they grow up and move out to their own repo. Each subdirectory has its own README.md description, so click on them to learn more.

Showcase

  • Canvas Image Filters - JavaScript implementations of image filters (Hue, Saturation, Contrast, etc.) by manipulating pixel data on a HTML5 canvas. Planning to port this project as a polyfill for CSS3 filters.
  • CSS Inliner - Inlines CSS styles from the stylesheets into their DOM elements using Phantom.js. The most obvious use case is sending HTML emails (because email clients tend to remove all the non-inline styles).
  • jQuery-Slideshow - A jQuery plugin for an image slideshow. Experimenting with the cool transition effects I have seen in similar slideshows libraries.
  • Basic Homing Missiles - Experimented with a very basic implementation of homing missiles, but ended up with something pretty fun to look at after playing around with the design. Requires efficient SVG and so is best viewed on WebKit browsers.

About

Experiments, hackathons, and other small projects.


Languages

Language:JavaScript 59.5%Language:HTML 39.2%Language:C++ 0.9%Language:CSS 0.5%