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
10
11
12
13
14
pub mod physics;
pub mod scripting;

#[cfg(feature = "renderer")]
pub mod renderer;

#[cfg(feature = "renderer")]
pub mod platform;

#[cfg(feature = "renderer")]
pub mod agent;

#[cfg(feature = "renderer")]
pub mod audio;