Jordan Peck
Jordan Peck
Hi, love this extension! Would be great to be able to use it on Visual Studio 2022 now that it released. Thanks!
`io.WantSetMousePos` will never be set unless requested by the user in the config like so: ``` ImGui::GetIO().ConfigFlags |= ImGuiConfigFlags_NavEnableSetMousePos; ImGui::GetIO().ConfigFlags |= ImGuiConfigFlags_NavEnableKeyboard; ``` Minor tidy in DrawFrame(), the values in...
### ToDo - [x] 4D OpenSimplex2 - [x] 4D OpenSimplex2S - [x] ImGui drag scaling for feature scale
This is done in a different way than #134, everything between `BeginNodeEditor()` and `EndNodeEditor()` is managed through it's own ImGui context. I've found this causes less bugs with ImGui features...
I have a SuperMicro X10DRU-i+ V1.01 it has 9 fan headers on the motherboard labelled FAN1-9  I'm trying to use fan control to adjust the fans based on CPU...
For my specific use case I require being able to change the key for a given element without changing it's index in the underlying array. As far as I can...
If a `std::hash` specialisation has `using is_avalanching = void;` pass this through to `unordered_dense::hash` this avoids duplicating a hash function for a custom type if you want it to work...