fenix31415

Results 8 comments of fenix31415

Thank you for answer! There is no rush, I will try to implement it. Do you mean by "creating a clip area" something specific from Imgui or just a "virtual"...

I did something and it works. [Here](https://github.com/fenix31415/ImNodeFlow/tree/clip_area) you can look at my branch (2 commits). Unfortunately, I can't say for sure which code from `BaseNode::Update` is related to processing and...

Yes. ~500 nodes and ~500 links. Also, with my fix, I can zoom to see all graph and again get an error.

In case someone runs into same problem. Even when rendering only visible nodes, I get the error, as I mentioned before. I still want to zoom out to see a...

Cool! It would be cool to have opportunity to tweak the zoom border. Speaking on clip rectangle, you can look at my code. I even draw the rectangle to test...

You said the current zoom border is 0.7 now. I think it shouldn't be a hardcoded constant, but lay somewhere at style. Clip rectangle code:https://github.com/fenix31415/ImNodeFlow/blob/clip_area/src/ImNodeFlow.cpp#L308

Yes it still crash. But it definitely lets render mode nodes (300-400). Before this commit I could render only ~100. In total, I have 550 of them for now. Take...

Where should I define it?