Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fluffysquirrels/javascriptdrawing
https://github.com/fluffysquirrels/javascriptdrawing
Last synced: 8 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/fluffysquirrels/javascriptdrawing
- Owner: fluffysquirrels
- Created: 2013-02-20T22:28:11.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2013-02-24T19:55:59.000Z (almost 12 years ago)
- Last Synced: 2024-10-28T13:04:05.095Z (about 2 months ago)
- Size: 125 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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