Giter Site home page Giter Site logo

pyflowgraph's People

Contributors

drogenlied avatar erictrocks avatar willjp avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

pyflowgraph's Issues

Make it a package

I think this project would benefit from a default python package setup. It would enable it to be installed via well known methods (e.g. pip or easy_install) automatically handling its dependencies. The packages it needs could be pinned to specific versions (e.g. PySide==1.2.2, since using 1.2.4 does not work atm).

I can do this if you like and send a pull request with a minimal setup.py.

Broken Display and Interactivity

Hi, I tried to run your examples within Tests/ using PySide 1.2.4 (Windows 7 x64, Python 2.7.10 x64). The widget opens and I can see some sort of node graph, but its broken both in what it shows and also in that I cannot change anything. Any ideas why this may happen? Are you maybe using a different PySide version?

Connection line artifacts

When moving nodes with connections, drawing artifacts are left behind. Look into refreshing the union of old and new bounding boxes.

Infos: Works with Python 3.6 too.

Hi,

Lovely idea!
Just FYI, it's also working with Python 3.6
Now that pip installs PyQt5, I just had to remove PySide (which is not 3.6 compliant) from the requirements.

# inside an env
git clone https://github.com/EricTRocks/pyflowgraph.git
cd pyflowgraph
vim setup.py # remove the PySide dep.
pip install --editable .
python tests/twoNodes.py

Thanks a lot

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.