Giter VIP home page Giter VIP logo

Comments (2)

adamsepp avatar adamsepp commented on September 28, 2024

Hi @crolando, I'm not sure why the Splitter caused some issues on your side...
I changed the code to use an ImGui::Table instead of Splitter... So it should be ok now....
I have now 3 panels (left = overview; middle = node editor; right = additional settings/info for a node if selected...)

Besides that I commited following changes:

  • BUGFIX: when new node is created directly by link drop (now link always gets linked correctly see "newNodeLinkPinID")
  • new link type "FlowReset" allow nodes to be resetted (to be able to create loops)
  • change node header color according to its state (for better visual effect...) + draw specific node name in node header
  • remove flow worker and let the node function itself start/reset other node (by shared pointer to other nodes)
    -> therefore all node function are updated on each link change -> not super nice, but allow better performance whil running
    -> since each node function running in own thread it should allow high performance
  • each node has now another callback function which draws the content for the right pane

from plano.

crolando avatar crolando commented on September 28, 2024

Note: adamsepp's implementation is in a VS project

from plano.

Related Issues (10)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.