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

build(deps): bump github.com/AllenDang/cimgui-go from 0.0.0-20240806122035-9ebf619d1d03 to 1.0.0 #857

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 24, 2024

Bumps github.com/AllenDang/cimgui-go from 0.0.0-20240806122035-9ebf619d1d03 to 1.0.0.

Release notes

Sourced from github.com/AllenDang/cimgui-go's releases.

v1.0.0

INTRODUCTION

Hi everyone! I have the honor to annouce the first cimgui-go release. The great work has been done on this project since Tue Aug 9 12:12:13 2022 when @​AllenDang did the first commit in 5ee6a09816f501f4f0529536da21acede0718509. Now cimgui-go became mature enough to receive its first stable release.

Code version

We are using code from several third party repositories. As we couldn't use (because of some complex reasons) Git Submodules, we've recorded their versions in VERSION.txt, which on the current v1.0.0 moment looks as follows:

cimgui (https://github.com/cimgui/cimgui) HEAD is on: 0c7f67607d2aac88f5eaa9aa907a868a17144d58
cimgui/imgui HEAD is on: 8ba7efb738d6ee992ef81b451162591e43badbcf
cimplot (https://github.com/cimgui/cimplot) HEAD is on: 439f705b1cfae0e9fbe42c13ab5b45becc47d404
cimplot/implot HEAD is on: f156599faefe316f7dd20fe6c783bf87c8bb6fd9
cimnodes (https://github.com/cimgui/cimnodes) HEAD is on: f20c83c3cab8e99828d85c66ed3acd087f632c21
cimnodes/imnodes HEAD is on: 8563e1655bd9bb1f249e6552cc6274d506ee788b
cimmarkdown (https://github.com/gucio321/cimmarkdown) HEAD is on: 6e921ffc2b57a9969b98bf8f5aeed912bfb497f6
cimmarkdown/imgui_markdown HEAD is on: 4eb198f68090c9a1622bb9c78ee61f65b6ddc898

Dear ImGui Plugins

As everyone knows, Dear ImGui has many cool plugins. With help of @​sonoro1234 (who created the awesome cimgui project) we managed to implement the following plugins:

Backends

Because in many cases using Dear ImGui without graphics bakend implementation is annoying (requires user to implement it manually), we've decided to include a few useful backend implementations in this repository, including:

  • GLFW + OpenGL backend (based on an example form imgui)
  • SDL + OpenGL backend (also basing on another example from imgui)
  • Ebiten backend, which is a go native largest open source renderer. In this point I'd like to once again express large thanks to @​gabstv and @​damntourists - the initiators and creators of the code responsible for this backend.

Known Limitations

Unfortunately we do not lack issues and problems with our generator as well as with our backends. Here are pointed out the largest of them that will be hopefully fixed in the future releases.

  • Callbacks generation - C->Go->C callbacks are not easy to do unfortunately. I feel like noone did them in an elegant way before but we'll work on it in the future.
  • The main recommended backend is for now GLFW, as only this backend has full set of features provided for in the backend.Backend interface. Other backends may lack some of them yet.

Detailed Changelog

What's Changed

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [github.com/AllenDang/cimgui-go](https://github.com/AllenDang/cimgui-go) from 0.0.0-20240806122035-9ebf619d1d03 to 1.0.0.
- [Release notes](https://github.com/AllenDang/cimgui-go/releases)
- [Commits](https://github.com/AllenDang/cimgui-go/commits/v1.0.0)

---
updated-dependencies:
- dependency-name: github.com/AllenDang/cimgui-go
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Sep 24, 2024
@gucio321
Copy link
Collaborator

gucio321 commented Sep 24, 2024

cimgui-go has changed its api and v1.0.0 is the first stable release.
That why we need to update manually this time - see #856
@dependabot close

@dependabot dependabot bot closed this Sep 24, 2024
@dependabot dependabot bot deleted the dependabot/go_modules/github.com/AllenDang/cimgui-go-1.0.0 branch September 24, 2024 14:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file go Pull requests that update Go code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant