GameJs / gamejs

GameJs is a thin library on top of the HTML canvas element. In addition to the drawing functions it has a set of generally helpful modules for game development.
http://gamejs.org
MIT License
466 stars 106 forks source link

onerror handler to display debug/error info #58

Open oberhamsi opened 11 years ago

oberhamsi commented 11 years ago

this would be useful for displaying "browser is too old", etc messages to enduser

as well as showing and explaining yabble problems or just JS exceptions to game developer

oberhamsi commented 11 years ago

should also say "cant load from file:// ... either compile app or run via http://"

oberhamsi commented 11 years ago

see #10