arcane-core 0.26.1

Core library for Arcane - agent-native 2D game engine (TypeScript runtime, renderer, platform layer)
Documentation
mod module_loader;
mod runtime;
mod test_runner;
pub mod physics_ops;
pub mod replay_ops;

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

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

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

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

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

pub use module_loader::{ImportMap, TsModuleLoader};
pub use runtime::ArcaneRuntime;
pub use test_runner::{TestResult, TestSummary, run_test_file, run_test_file_with_import_map};