ZhaoMA

Results 154 comments of ZhaoMA

Is there any update on this issue recently? It would be great if we can publish a python server as gha and then distribute libraries and customized ghpython components using...

You can do sth like this in the `user-callback` function (remember to turn off the default one, otherwise, menus map overlap) ``` ImGui::SetNextWindowPos(ImVec2(0.0f, 0.0f), ImGuiCond_Always); // change the first param...

> Ha, just now in the last few hours I've been writing code related to #107! I was very confused when I got the notification with it tagged here, what...

OK. I learned a bit of GSGL language and modified the shader. The current scheme is to get the two radii (tip, tail) of the cylinder from the nodes, so...

@nmwsharp Will this PR be taken care of at any point?

> This would be awesome! Totally agree. > > _A thought about implementing this:_ Right now curve networks are rendered via spheres + cylinders (implemented in raycasted fragment shaders), where...

I can take care of the point, and not sure how much I can go for the edge. Will do a PR.

Just to bring up this issue again. `vcpkg` helps to make library cross-platform with their system, and is getting more and more popular as a package management system. I helped...

@autoantwort `vcpkg` has `glad` and `stb`. So it is safe to remove it from this project when importing to `vcpkg`.