twors 0.4.0

A simple Rust 2D game engine based on canvas and WASM
Documentation
1
2
3
4
5
6
pub use crate::{
    ComponentGetter, ComponentLifecycle, Context, Engine, Key, Layer, Mouse, Renderable, Transform,
    Vertex2,
};
pub use twors_derive::Component;
pub use web_sys::CanvasRenderingContext2d;