Skip to main content

Crate maple_engine

Crate maple_engine 

Source

Re-exports§

pub use context::GameContext;
pub use scene::Scene;
pub use scene::SceneBuilder;
pub use nodes::Buildable;
pub use nodes::Builder;
pub use nodes::Node;

Modules§

asset
components
Contains components that nodes use such as their transform or Mesh.
context
nodes
Nodes are the building blocks of the scene tree. They are the objects that make up the scene.
platform
provides platform specific traits like send sync for both wasm and standard
prelude
resources
scene
utils
general utilies that can help with a project things such as colors, configs, etc… are in here.