embers-client 0.1.0

Client rendering, input handling, configuration, and scripting support for Embers.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
mod config_api_docs;
mod config_loading;
mod configured_client;
mod context;
mod controller;
mod e2e;
mod presentation;
mod reducer;
mod renderer;
mod repo_config;
mod script_actions;
mod script_engine;
mod socket_transport;
mod support;