iris-core
Foundation kernel layer of the Iris Engine.
Cross-platform windowing, async runtime, memory pool, IO and networking.
API
Context— Tokio-based async runtime withspawn()/block_on()Applicationtrait — desktop app lifecycle (initialize, update, exiting)window::create_window()— cross-platform window creation (winit desktop, WASM canvas)BufferPool— reusable byte buffer pool for GPU transfers and I/Oiomodule — async file read/write, path resolution, directory walkingnetmodule — TCP helpers and minimal HTTP client
Usage
use ;
;
run_app;