Contents Menu Expand Light mode Dark mode Auto light/dark mode
xecs documentation
xecs documentation

Contents:

  • Getting Started
    • Apps
    • ECS
    • Plugins
    • Resources
    • Events
  • Examples
    • Moving Circles
    • Boids
    • Mouse Presses
    • Mouse Position
    • Text
    • Keyboard
  • Developer's Guide

Core API:

  • Bool
  • Int32
  • Float32
  • PyField
  • Vec2
  • Transform2
  • Query
  • EventReader
  • EventWriter
  • Commands
  • World
  • Mouse
  • Keyboard
  • RealTimeApp
  • SimulationApp
  • Modules
    • xecs
      • xecs.bool_
      • xecs.float32
      • xecs.float_
      • xecs.int32
      • xecs.int_
      • xecs.py_field
      • xecs.ArrayViewIndices
      • xecs.Bool
      • xecs.Commands
      • xecs.Component
      • xecs.ComponentPool
      • xecs.Duration
      • xecs.EventReader
      • xecs.EventWriter
      • xecs.FixedTimeStepSystemSpec
      • xecs.FixedTimeStepSystems
      • xecs.Float
      • xecs.Float32
      • xecs.Int
      • xecs.Int32
      • xecs.Keyboard
      • xecs.KeyboardButton
      • xecs.Mouse
      • xecs.MouseButton
      • xecs.PendingStartupSystems
      • xecs.PendingSystems
      • xecs.PyField
      • xecs.Query
      • xecs.RealTimeApp
      • xecs.RealTimeAppPlugin
      • xecs.Resource
      • xecs.SimulationApp
      • xecs.StartupSystems
      • xecs.Struct
      • xecs.SystemSpec
      • xecs.Systems
      • xecs.Transform2
      • xecs.Vec2
      • xecs.World
      • xecs.xecs
        • xecs.xecs.product_2
        • xecs.xecs.ArrayViewIndices
        • xecs.xecs.Bool
        • xecs.xecs.Duration
        • xecs.xecs.Float32
        • xecs.xecs.Instant
        • xecs.xecs.Int32
        • xecs.xecs.MultipleArrayViewIndices
        • xecs.xecs.PyField
        • xecs.xecs.RustApp
        • xecs.xecs.Time
Back to top
Edit this page

xecs.xecs#

Internal Rust implementations.

Functions

product_2

Classes

ArrayViewIndices

Indices into the component pool which form the array view.

Bool

An array of boolean values.

Duration

Represents a span of time.

Float32

An array of float32 values.

Instant

Int32

An array of int32 values.

MultipleArrayViewIndices

PyField

RustApp

Time

Next
xecs.xecs.product_2
Previous
xecs.Systems
Copyright © 2023, Lukas Turcani
Made with Sphinx and @pradyunsg's Furo
On this page
  • xecs.xecs