| Browser |
Contains the API for calling JavaScript functions using TeaVM.
|
| TeaAudio |
Plays audio clips using the HTML5 media API that is supported by all modern
browsers.
|
| TeaGraphicsContext |
Delegates all drawing operations to the browser using TeaVM.
|
| TeaImage |
|
| TeaInputDevice |
Captures browser events for various input methods, and makes them accessible
from the animation loop.
|
| TeaInternetAccess |
Sends HTTP requests by delegating them to JavaScript and sending them as
AJAX requests.
|
| TeaLocalStorage |
|
| TeaMediaLoader |
Delegates media loading to the browser.
|
| TeaRenderer |
Renderer based on TeaVM (http://teavm.org) that is transpiled to JavaScript
and runs in the browser.
|
| TeaStage |
|