Skip to content
New issue

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

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

Already on GitHub? # to your account

Update wrapper for v1.89.4 #87

Merged
merged 3 commits into from
Sep 22, 2023
Merged

Commits on Sep 7, 2023

  1. Update wrapper for v1.89.4

    Overview of changes:
    - Lots of functions now have an underscore between the C function name and the
      parameter type, e.g. `igFooStr` -> `igFoo_Str`.
    - Some functions were completely renamed, which I've marked with `@deprecate`.
    - Some functions were deleted entirely, like `CalcListClipping()`.
    JamesWrigley committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    e36df82 View commit details
    Browse the repository at this point in the history
  2. Add a vertex offset test file

    Ported from a C++ example.
    JamesWrigley committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    9928f33 View commit details
    Browse the repository at this point in the history
  3. Fix image demo

    Note: this requires a version of ImGuiOpenGLBackend with
    JuliaImGui/ImGuiOpenGLBackend.jl#4.
    JamesWrigley committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    b5cd513 View commit details
    Browse the repository at this point in the history