-
I want to avoid using `Ref` if possible, because it will increase GC times as far as I understand. I'm not sure if it's possible though. We need to research whether these references ever change...
-
I'm guessing this is an upstream change
```
could not load symbol "igPushStyleColor":
/home/ian/.julia/artifacts/5fdf8d579573e724b2fbe994a29d113ca81b108e/lib/libcimgui.so: undefined symbol: igPus…
-
There are multiple users asking for raylib integration with other engines/libraries/tools. Here it is a list of desirable examples, some are already available as external repos.
- [x] raylib + sok…
-
I started thinking about next raylib release, this time I planned to focus on library polishing and some quality-of-life changes, it will include some naming consistency changes (yeap, some API breaki…
-
This is related to https://github.com/cimgui/cimgui/issues/142 – I see that an "imgui"/"internal" distinction was introduced. But it seems like a more general approach would be to just present the fil…
-
Hey, I just wanted to check. is the docking_inter branch a branch that is synced up with the imgui docking branch?
No worries if not. Just curious about what it is, as it would love to use cimgui wit…
-
I've ran into this issue while trying demo.jl
all things works super smoothly 😄 thank you for such extensive examples.
### Reproduce Step
1. run `examples/demo.jl`
2. click `Inputs, Navigato…
-
Under "Graphical User Interface" I would propose to add the "cimgui" library (MIT licencse).
https://github.com/cimgui/cimgui is a C-Binding based on https://github.com/ocornut/imgui and is a cross …
-
It seems that disabling/greying-out widgets to prevent user interaction in imgui itself isn't well implemented (see https://github.com/ocornut/imgui/issues/211), but I was wondering whether that funct…
-
branch anima - master
love 11.3
commit f69b3cf
This time I needed to build for windows, maybe I did something wrong but the "make install" didn't work for me, I guess that's because I have msvc, …