Kernel-agnostic types and interfaces for force simulation.
Defines the core types, interfaces, and orchestration logic shared between different simulation kernels (D3 and WASM). This package has no FFI dependencies and can be used to build custom simulation engines.
spago install hylograph-simulation-coreHylograph.Simulation.Core.Types- Core type definitions (Node, Link, Force, etc.)Hylograph.Simulation.Core.Engine- Engine interfaceHylograph.Simulation.Core.Tick- Tick/update logic
- hylograph-simulation-core - Core types (this package)
- hylograph-d3-kernel - D3 physics implementation
- hylograph-wasm-kernel - WASM physics implementation
- hylograph-simulation - High-level API
MIT