-
I seen multiple projects that implemented main window as actual internal window (not platform one), however I am struggling with finding examples of such application.
Is it possible to not spawn sy…
-
**Version/Branch of Dear ImGui:**
Version: 1.63
**Back-end/Renderer/Compiler/OS**
Back-ends: unknown
Operating System: Windows 11
**My Issue/Question:**
I have a use case where I want …
-
### Related problem
Deeply nested structures/indents is an anti-pattern in Go:
```go
func loop() {
g.SingleWindow().Layout(
g.SplitLayout(g.DirectionHorizontal, &sashPos1,
g.Layout{
…
-
From this comment: https://github.com/ImGuiNET/ImGui.NET/pull/412#issuecomment-1763295315
Since overloads for `ReadOnlySpan` have been added, methods using `string` are no longer included in the .N…
-
**Ashita Version** _(Type /ashita in-game to get this.)_
v4.1.0.2
**FFXI Version** _(Type /version in-game to get this.)_
Latest retail. (/version didn't work in-game).
**Windows Version** _(i…
-
It seems like there isn't a tracking issue about this long-term effort yet (e.g. to mention in commit messages and to make it sprintable).
Nixpkgs moved to an explicit versioning scheme, with the p…
-
At the start of the chapter new dependencies are added to the pom.xml:
```
io.github.spair
imgui-java-binding
${imgui-java.version}
io.github.spair
imgui-java-${nat…
-
### 前置阅读 | Pre-reading
- [X] [文档](https://puerts.github.io/unreal/zhcn/readme)/[Doc](https://puerts.github.io/unreal/en/readme)
- [X] [Issues](https://github.com/Tencent/puerts/issues?q=is%3Aissue+so…
-
**Version/Branch of Dear ImGui:**
Version: v1.89.5 WIP
Branch: docking.
**Back-end/Renderer/Compiler/OS**
Back-ends: imgui_impl_vulkan.h+ imgui_impl_glfw.h Operating System: Windows 10
…
-
I learned about `rustfmt` today and learned that it has cargo integration to enable `cargo fmt`. I searched cargo from the command line and got this output:
```
± (master *%) $ cargo search rustfm…