Skip to content
gucio321 edited this page Jul 10, 2024 · 2 revisions

Introduction

Hi everyone, I'd like to annouce a new release of GIU. The main change since v0.7.0 was a migration from deprecated (since 31.12.2024) inkyblackness/imgui-go to a new auto-generated Dear ImGui's implementation - the cimgui-go.

Regression

Unfortunately, since we lack some C wrappers for C++ ImGui plugins, we had to disable our support for the following features:

  • Markdown editor
  • Code editor
  • Memory editor

All remaining API is unchanged

What's Changed

New Contributors

Full Changelog: https://github.com/AllenDang/giu/compare/v0.7.0...v0.8.0

Frequently Asked Questions

#809 giu.Context.GetPlatform().GetContentScale() has been removed as it was part of imgui-go.

Use giu.Context.Backend().ContentScale() instead.

Clone this wiki locally