Crate shogo

Crate shogo 

Source

Modules§

simple2d
A simple webgl 2d drawing system that draws shapes using many small circles or squares.
utils
Helper functions to access elements

Structs§

EngineMain
The component of the engine that runs on the main thread.
EngineWorker
The component of the engine that runs on the worker thread spawn inside of worker.js.
EventData
Data that can be accessed when handling events in the main thread to help construct the data to be passed to the worker thread.
FrameTimer
Takes a stream, and continually returns a list of its items that have accumulated over the specified period.