Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/fluffysquirrels/javascriptdrawing


https://github.com/fluffysquirrels/javascriptdrawing

Last synced: 8 days ago
JSON representation

Awesome Lists containing this project

README

        

JavaScriptDrawing
=================

Some experiments in JavaScript with drawing and animating.

FallingSnow
-----------
This is random procedural animation of falling snow flakes. The snow flake image is a programatically-rendered fractal.

Preview: http://htmlpreview.github.com/?https://github.com/fluffysquirrels/JavaScriptDrawing/blob/master/FallingSnow.html

BouncingBalls
-------------
This is procedural animation of bouncing balls. They fall under gravity, bounce off each other, and the walls of the environment they're in.

Preview: http://htmlpreview.github.com/?https://github.com/fluffysquirrels/JavaScriptDrawing/blob/master/BouncingBalls.html