From 98f556ec4218cb4e482afd95d3a43fc71953fc3e Mon Sep 17 00:00:00 2001 From: Jarrod Overson Date: Fri, 16 Aug 2013 08:30:10 -0600 Subject: [PATCH 1/2] Update README.markdown --- README.markdown | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) diff --git a/README.markdown b/README.markdown index e7bee40..fccfc3f 100644 --- a/README.markdown +++ b/README.markdown @@ -4,21 +4,12 @@ JavaScript Particle System HTML5 Canvas Particle System with gravity fields --------------------- -*Current state of code performs poorly in Chrome!* +[Current demo](http://jsoverson.github.com/JavaScript-Particle-System/) -The old demo still runs fine. Some recent change in chrome has caused performance to plummet (though still works fine in Firefox and Safari) - -[Old demo](http://jarrodoverson.com/static/demos/particleSystem/) - runs well everywhere - -[Current demo](http://jsoverson.github.com/JavaScript-Particle-System/) - current chrome chokes [#1](https://github.com/jsoverson/JavaScript-Particle-System/issues/1) +[Old demo](http://jarrodoverson.com/static/demos/particleSystem/) Featured in [disasteroids](http://somethingcoded.nko3.jitsu.com/) Can programmatically set up a particle system for use in other projects. The sandbox page is mostly for the whiz-bang factor and to show off capabilities without any user investment. - -***How to install locally*** ----------------------------- -To run the sandbox page on your local machine, it needs to run via a web server. - From 5f87f3181da5a133d12d7635702ec9dc8d994c72 Mon Sep 17 00:00:00 2001 From: Jarrod Overson Date: Tue, 28 Jan 2014 08:33:53 -0800 Subject: [PATCH 2/2] Added license --- README.markdown | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/README.markdown b/README.markdown index fccfc3f..a7e1524 100644 --- a/README.markdown +++ b/README.markdown @@ -13,3 +13,28 @@ Featured in [disasteroids](http://somethingcoded.nko3.jitsu.com/) Can programmatically set up a particle system for use in other projects. The sandbox page is mostly for the whiz-bang factor and to show off capabilities without any user investment. + +## License + +The MIT License (MIT) + +Copyright (c) 2011 Jarrod Overson + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. +