Modules§
- simple2d
- A simple webgl 2d drawing system that draws shapes using many small circles or squares.
- utils
- Helper functions to access elements
Structs§
- Engine
Main - The component of the engine that runs on the main thread.
- Engine
Worker - The component of the engine that runs on the worker thread spawn inside of worker.js.
- Event
Data - Data that can be accessed when handling events in the main thread to help construct the data to be passed to the worker thread.
- Frame
Timer - Takes a stream, and continually returns a list of its items that have accumulated over the specified period.