dotrix_core 0.5.2

Dotrix 3D game engine core
Documentation

Dotrix core crate crate provides generic features. Dotrix core components Services are very important part of Dotrix. Technicaly the service is a standard Rust structure with methods. Logically, services are providers of interfaces to various features.

Developer should explicitly create an instance of a service and add it to a game using the [crate::Dotrix] application builder: