Alexey Bilityuk

Results 13 comments of Alexey Bilityuk

> You could set node background to a transparent color and render image background using `ImGui::Image()`, explicitly positioning it before drawing. Node positions are hardcoded and you would have to...

My project based on Blueprints example, but blueprints example is using ImGui::Spring, ImGui::HorizontalLayout, ImGui::VerticalLayout wich only included in yours fork of imgui Is it possible to move out this functions...

> > Is it possible to move out this functions from imgui? > > It is not possible (yet) to make it separate. Layouts need to tap into one or...

> I made docking branch with layouts [docking-layout](https://github.com/thedmd/imgui/tree/docking-layout). I really appreciate your help and your time!!! thank you very much for a quick reply!!! That is what i am looking...

@thedmd Thank you for a quick reply!!! > I'm not familiar with your own data structures, how you serialize it. I only assume you want to edit it using nodes....

@SadE54 Thank you for reply! I added the nlohman json to the blueprint example project. Nhloman json , doesn't have methods 'to_json' and 'from_json', instead it has: to_bson, to_cbor, to_msgpack,...

> here the doc part you need : I'm stuck with desserialization of "node.ID". Here is serialization to json: `j["Node_ID"] = node.ID.Get();` Here i am trying to desserialize: `j.at("Node_ID").get_to(node.ID);` But...

@thedmd Thank you for detailed explanation!!! I am using the nlohman json and it also has a get method wich worked for my task!!! Could you clarify please a couple...

> This is odd, because this is valid json. I'm sure nlohman json is able to parse it and this is simply bug somewhere in your code. > You can...

It seems like there is no support for this library! I ask the second or even third question., but no answer