Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add the ability to use Tracy plots directly from Lua via UnsyncedCtrl Spring.LuaTracyPlotConfig and Spring.LuaTracyPlot #1215

Draft
wants to merge 11 commits into
base: master
Choose a base branch
from

Commits on Jan 16, 2024

  1. Allow for Tracy Plots from Lua, new UnsyncedCtrl callouts: LuaTracyPl…

    …otConfig, LuaTracyPlot
    
    LuaTracyPlotConfig(number plotIndex , string plotType, bool step, bool fill, number color)
    LuaTracyPlot(number plotIndex, number plotValue)
    Plot indices go from 1-9, I could not figure out how to pass a name to the plot. Any help there is welcome!
    Beherith committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    4e8d028 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f68a46f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    53d8152 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1a693b0 View commit details
    Browse the repository at this point in the history
  5. Add a comment.

    sprunk authored and Beherith committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    f46f7d1 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    05b3b55 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    437f13d View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2024

  1. Configuration menu
    Copy the full SHA
    8145022 View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2024

  1. Microoptimize tracy plot API

    sprunk committed Jan 27, 2024
    Configuration menu
    Copy the full SHA
    a2817f2 View commit details
    Browse the repository at this point in the history
  2. Fix compilation.

    sprunk committed Jan 27, 2024
    Configuration menu
    Copy the full SHA
    cb4614d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6d5b246 View commit details
    Browse the repository at this point in the history