shogo

Crates.ioshogo
lib.rsshogo
version0.5.1
sourcesrc
created_at2021-12-31 01:50:45.374135
updated_at2022-12-28 00:51:25.341469
descriptionwebgl game engine using offscreencanvas
homepage
repositoryhttps://github.com/tiby312/shogo
max_upload_size
id505603
size33,011
Ken Reed (tiby312)

documentation

README

shogo

An engine that spawns a worker thread and then forwards on events from the main thread in a user defined format.

See it in action at https://tiby312.github.io/broccoli_report/

Also see the demo sub-project.

Additionally provides a simple 2d drawing system to draw many primitives efficiently through using webgl2 buffers and a small vertex type, [f32;2].

Commit count: 173

cargo fmt