public
Description: A javascript vector animation engine for the HTML5 Canvas supporting SVGs, Blender3D objects, timelines, easing, command chanining and callbacks.
Homepage: http://hyper-metrix.com/burst/development/doc/
Clone URL: git://github.com/F1LT3R/burst.git
burst /
name age message
file README Sat Mar 28 01:37:20 -0700 2009 added mouse functions, demo and doc update [F1LT3R]
directory core/ Sat Mar 28 01:36:04 -0700 2009 added mouse functions, demo and doc update [F1LT3R]
directory doc/ Sat Mar 28 01:36:04 -0700 2009 added mouse functions, demo and doc update [F1LT3R]
directory js/ Sun Mar 01 04:04:47 -0800 2009 first commit [F1LT3R]
directory shapes/ Fri Mar 20 15:25:05 -0700 2009 added clone SVG, svg auto-groups and transform ... [F1LT3R]
README
                          <=====+'                                                                             
                        .hNNNNNNNN~                         
                        'DNNNNNNNN(                         
              +NNNh' '<hBNNNNNNNNNB=-   =NNNz.              
            <NNNNNNNNNNNNNNNNNNNNNNNNNBNNNNNNNz.            
           hNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNN~           
           ~BNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNN=            
             sNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNN=              
            =NNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNND'             
         . <NNNNNNNNNNNNNNNNDhhNNNNNNNNNNNNNNNz. .          
      <DNNNNNNNNNNNNNNNNNB-     .zNNNNNNNNNNNNNNNNNN=       
      sNNNNNNNNNNNNNNNNND'        sNNNNNNNNNNNNNNNNND       
      sNNNNNNNNNNNNNNNNND.        =NNNNNNNNNNNNNNNNND       
      sNNNNNNNNNNNNNNNNNNz       <NNNNNNNNNNNNNNNNNNh       
       .<++hNNNNNNNNNNNNNNND+~(sNNNNNNNNNNNNNNB=+++-        
           'BNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNN+             
            -BNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNN=              
            =NNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNh'            
           DNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNN~           
           -DNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNN<                       
             -DNNNNs=NNNNNNNNNNNNNNNNh((BNNNN+              
               '<~     .<BNNNNNNNN+      '<~                
                        'DNNNNNNNN(                         
                         'sDhhhDh~
                                               
              T H E - B U R S T - E N G I N E
              

VIDEO TUTORIALS
-------------------------------------------------------------------------------
1) Importing and animation SVGs from Inkscape: http://hyper-metrix.com/burst/development/doc/tut/Burst0.3.30Demo/
2) SVG Groups, Timeline Inheritance and Callbacks: http://www.hyper-metrix.com/burst/development/doc/tut/SVGGroups/

QUICK DEMOS
-------------------------------------------------------------------------------
1) Animating SVG Characters - GitHub's Octocat: http://localhost/burst/doc/demos/js/Octocat-iPhone/Octocat-iPhone.htm
2) Animatnig an SVG Car - Callbacks & inheritance: 
http://www.hyper-metrix.com/burst/development/doc/demos/js/Burst%20Engine%20-%20Tutorial%202%20-%20SVG%20Groups/
3) Mouse Tricks - .mouseX/Y, angleTo() & .always(): 
http://www.hyper-metrix.com/burst/development/doc/demos/js/Mouse%20Tricks/

USEFUL LINKS
-------------------------------------------------------------------------------
1) Burst Engine Documentation http://hyper-metrix.com/burst/development/doc/
2) Burst Engine IRC Channel: irc://irc.freenode.net/Burst
3) Twitter: http://twitter.com/F1LT3R 


ABOUT BURST ENGINE
-------------------------------------------------------------------------------
The Burst Engine is an OpenSource vector animation engine for the HTML5 Canvas 
element. Burst provides similar web functionality to Flash and contains a layer
based animation system like After Effects. Burst uses a very light-weight 
JavaScript frame, meaning your animations will download unnoticably quick and 
can be controlled using very simple JavaScript commands, allowing for chaining
and callbacks.