Simucube Dash
  • Getting Started
  • Main Module
  • Dash Objects
  • Telemetry Data
  • Simulation Data
  • Submodules
  • Library Modules
Simucube Dash
  • Simucube Dash Lua API
  • View page source

Simucube Dash Lua API

This is the API reference for writing Lua scripts for Simucube dashboard displays. Dashboards are defined by a JSON configuration file and one or more Lua scripts.

  • Getting Started
    • Dashboard Structure
    • JSON Configuration
    • Loading the Dash Module
    • Minimal Example
    • Main Loop
    • Node Types
    • Colors
    • Telemetry
    • Custom Widgets with OOP Inheritance
    • Layout Helpers
    • Multiple Pages
    • Unit Conversion
    • Modular Scripts
    • Editor Support
  • Main Module
    • dash.telemetry
    • dash.font
    • dash.image
    • dash.rgba()
    • dash.rgb()
    • dash.color()
    • dash.update()
    • dash.uptime()
    • dash.get_page()
    • dash.get_current_page()
    • dash.get_current_page_index()
    • dash.change_page()
  • Dash Objects
    • dash.Params
    • dash.Object
    • dash.Page
    • dash.Box
    • dash.Label
    • dash.Image
    • dash.Line
    • dash.Circle
    • dash.Triangle
    • dash.Graph
    • dash.Canvas
  • Telemetry Data
    • Telemetry
  • Simulation Data
    • dash.sim
    • Session
    • Participant
    • Vehicle
    • Track
    • Tire
  • Submodules
    • dash.wheel
    • dash.led
    • dash.unit
  • Library Modules
    • Timer
Next

© Copyright .

Built with Sphinx using a theme provided by Read the Docs.