API | Uses canvas | Graphics libraries | AB framework | Worlds using this API | Starter Worlds |
Webpage (r2) | No | None | No | 987 Worlds | Starter Worlds |
This API is for Worlds with no canvas.
That is, the World is a web page with regular HTML elements.
This site is mostly about uploading JS (not HTML) to make a World which normally "runs" on a canvas element on a page. This API is different to the other APIs. It allows you make a World with no canvas.
This API has the following features:
$('body').css( "margin", "20px" ); $('body').css( "padding", "20px" );
Screenshots: