Skip to content

Possibly add a version of the bindings with "internal" turned off #10

@4bb4

Description

@4bb4

Hi there, thanks for keeping these bindings up to date, I use them every day in several projects via my Rust bindings that build on them.

One snag I have run into is that the version of the bindings in this repo has the internal API exposed, which is nice in terms of enabling the most APIs for users, but unfortunately gets me into trouble (I think, maybe I'm just doing something wrong) with the imgui Rust bindings that use a cimgui version without the internal API exposed (see imgui-rs/imgui-rs#395 (comment)).

I considered forking cimplot and running the generator with the internal flag off or vendoring everything altogether in implot-rs, but of course it would be even nicer to have both a version with "internal" and one without it already in the repo here.

What do you think? Thanks in advance for any help or advice.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions