An app that you want to display. An app is an async function that returns a render loop callback.
A DOM element. miniengine will display the app you pass inside this DOM element.
Renders an app into an existing WebGL2RenderingContext.
An app that you want to display. An app is an async function that returns a render loop callback.
A WebGL2RenderingContext. miniengine will display the app you pass inside this WebGL2RenderingContext.
Renders an app into a browser DOM node.