Nick Renieris
Nick Renieris
1. Yes. You won't get everything for several reasons but you'll get some of them at least. 2. If you want to do this yourself, the SDK will contain object...
Note: I'm aware there's already pattern matching for the syscalls, but - That's only for the wrappers, it does not apply to stray syscalls that aren't in these specific wrappers...
I have the same issues. `Begin()` returns true on the non-visible tabs too, though only on the first frame. @eloimaduell or someone, did you find a solution?
A solution for anyone else running into this - according to WerWolv the slowness is due to how highlighting is handled. Instead of creating a u8 array with: ```cpp u8...
Maybe there could be a log message instructing users to try this if evaluation takes a long time on a large array.
@NotAFile Your link's dead :) @Suiten here you go: https://github.com/piqueserver/piqueserver
Perhaps the API could differentiate between user and builtin options? Something like: - `AddUserOption`/`GetUserOption`/`SetUserOption` - `GetBuiltinOption`/`SetBuiltinOption`
Bump? Facing a similar problem as the one mentioned by @wolfpld. I want to ship a default layout of my app (I'm on `docking`) via a `imgui.ini`, but it only...
So, I'm thinking of attempting this, would you @emilk be ok with a tinyxml2 dependency? It's on Github so it can be added easily as a submodule. Unless there's any...
I dislike XML too, but that's what the C# version uses, so if someone tried that version first and then tried this version (maybe C# proved to be too slow),...