Commit graph

24 commits

Author SHA1 Message Date
yetanotherportfolio
db0ae80490 Typo :) 2013-03-17 18:47:17 -03:00
Mat Groves
b022051124 Merge pull request #7 from amadeus/master
Allowing Renderer's to accept a pre-made canvas/view
2013-03-16 17:03:53 -07:00
Mat Groves
9bf24a14e7 Merge pull request #8 from mattbasta/patch-1
Readme Cleanup
2013-03-16 17:02:09 -07:00
Matt Basta
4bbc0f6589 Readme Cleanup 2013-03-16 16:51:17 -07:00
Amadeus Demarzi
a82a50d832 Updated renderers to accept a view
The reason for this commit is to allow support for previously created
canvases to be specified as views.

The major usecase here is Ejecta, who's primary screen canvas is always
obtained through document.getElementById('canvas'); Thus, creating a
canvas using document.createElement('canvas') would only make an
offscreen canvas which wouldn't be visible.

This commit maintains backwards compatibility since specifying a canvas
is completely optional, and if none is specified, it falls back to
previous behaviour.
2013-03-16 18:23:18 -04:00
Mat Groves
f78ae487e1 Update README.md
docs link added
2013-03-15 13:56:29 +00:00
Mat Groves
5e8638e18e Update README.md
bunny link fixed
2013-03-05 20:50:55 +00:00
Mat Groves
d2022c2e2d Update README.md 2013-03-03 10:14:03 +00:00
Mat Groves
c3087c03f1 read me update 2013-03-02 22:53:38 +00:00
Mat Groves
b8d849032c alpha update
added new function Texture.fromCanvas
docs updated
photonstorm morph example added
photonstorm balls example added
examples renamed
2013-03-02 20:49:12 +00:00
Mat Groves
46174cc0ca readme update 2013-02-28 22:42:26 +00:00
Mat Groves
dfa92dd607 yet another update :/ 2013-02-28 21:05:33 +00:00
Mat Groves
99697de645 readme code snippet updated 2013-02-28 21:04:24 +00:00
Mat Groves
0b2b7aec6b readme type 2013-02-28 21:02:40 +00:00
Mat Groves
3932b372a2 readme links updated 2013-02-28 20:56:41 +00:00
Mat Groves
49b27489b8 readme update 2013-02-28 20:55:16 +00:00
Mat Groves
66d8382f68 readme update 2013-02-28 20:54:44 +00:00
Mat Groves
24f4c599e6 read me examples added 2013-02-28 20:53:45 +00:00
Mat Groves
79d99854f5 update
examples added
stage.setBackground added
2013-02-28 20:42:50 +00:00
Mat Groves
0558060de2 Documentation first draft 2013-02-24 17:12:35 +00:00
Mat Groves
5786d33f94 read me update 2013-02-20 19:07:59 +00:00
Mat Groves
18dca7aee1 Documentation update 2013-02-20 19:05:51 +00:00
Mat Groves
7a977ace5c Alpha version 2013-01-21 22:45:40 +00:00
GoodBoy23
b84c8c8175 Initial commit 2013-01-21 14:40:50 -08:00