Skip to content

enterstudio/foggy-window

 
 

Repository files navigation

Foggy Window

You know when you're behind a window on a cold day and it fogs up? Yeah, we're replicating that in your browser. So you can have a foggy window in your window.

Demo screenshot of foggy window

Works on mobile for touch.

Technologies

  • ES6 Javascript
  • Webpack
  • Sass

Development

Install

npm install
npm install webpack webpack-dev-server -g

Serve

This project runs on Webpack. To serve at http://localhost:8080/:

webpack-dev-server --inline  --content-base public/ 

Build

To compile for production:

webpack --config webpack.config.js

Todo

  • Video instead of static image
  • Fog up by parts instead of all

About

Draw on a foggy window in your browser

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 75.7%
  • CSS 23.5%
  • HTML 0.8%