Crate kludgine_core

source ·
Expand description

Rendering and math related types.

Re-exports

Modules

  • Renders individual frames. Can be used for offscreen rendering.
  • Math types for 2d geometry.
  • A collection of commonly used exports provided by this crate.
  • Scene and Target types that are used to draw.
  • Types for rendering shapes.
  • Types for rendering sprites.
  • Types for rendering text.
  • Types for managing textures.

Macros

Structs

  • A RGBA color with f32 components.

Enums

  • All errors that kludgine-core can return.

Type Definitions