arcane-core 0.26.1

Core library for Arcane - agent-native 2D game engine (TypeScript runtime, renderer, platform layer)
Documentation
1
2
3
4
5
6
7
8
9
pub mod window;
pub mod input;
pub mod gamepad;
pub mod touch;

pub use input::InputState;
pub use window::run_event_loop;
pub use gamepad::{GamepadManager, GamepadState, GamepadButton, GamepadAxis};
pub use touch::TouchState;