All Projects → miho → Vworkflows

miho / Vworkflows

Licence: other
Flow Visualization Library for JavaFX and VRL-Studio

Programming Languages

java
68154 projects - #9 most used programming language
flow
126 projects

Projects that are alternatives of or similar to Vworkflows

VubbiScript
Programming with blocks in Unity3D...
Stars: ✭ 41 (-81.86%)
Mutual labels:  programming, visual
Data-structures
Data Structures in Java
Stars: ✭ 13 (-94.25%)
Mutual labels:  programming, graph
JavaUltimateTools
A Large Repository Of Awesome Code For Java.
Stars: ✭ 24 (-89.38%)
Mutual labels:  programming, javafx
cl-covid19
Explore COVID-19 data with Common Lisp, gnuplot, SQL and Grafana
Stars: ✭ 51 (-77.43%)
Mutual labels:  programming, graph
Fxgraphalgorithmsimulator
Visualizes specific Graph Algorithms like BFS, DFS, MST etc. on interactive user input graphs.
Stars: ✭ 22 (-90.27%)
Mutual labels:  graph, javafx
node-red-contrib-FIWARE official
FIWARE-Node-Red integration supporting NGSI-LD
Stars: ✭ 14 (-93.81%)
Mutual labels:  programming, visual
nodify
High performance and modular controls for node-based editors designed for data-binding and MVVM.
Stars: ✭ 282 (+24.78%)
Mutual labels:  graph, flow-based-programming
Warewolf
Effortless Microservice Design and Integration. This repository includes the code-base for the Warewolf Studio and Server.
Stars: ✭ 238 (+5.31%)
Mutual labels:  flow-based-programming, visual
Diagram
☊ Tool for making node graphs. Inspired by dependency graph. Used mainly for automation services 📈
Stars: ✭ 510 (+125.66%)
Mutual labels:  graph, visual
Shenzhen Go
Experimental visual Go environment
Stars: ✭ 450 (+99.12%)
Mutual labels:  graph, visual
Coderchef Kitchen
The official repository for our programming kitchen which consists of 50+ delicious programming recipes having all the interesting ingredients ranging from dynamic programming, graph theory, linked lists and much more. All the articles contain beautiful images and some gif/video at times to help clear important concepts.
Stars: ✭ 306 (+35.4%)
Mutual labels:  graph, programming
Phpflo
Flow-based programming for PHP
Stars: ✭ 199 (-11.95%)
Mutual labels:  graph, flow-based-programming
Xible
Visualize your workflow
Stars: ✭ 49 (-78.32%)
Mutual labels:  programming, visual
Litegraph.js
A graph node engine and editor written in Javascript similar to PD or UDK Blueprints, comes with its own editor in HTML5 Canvas2D. The engine can run client side or server side using Node. It allows to export graphs as JSONs to be included in applications independently.
Stars: ✭ 2,735 (+1110.18%)
Mutual labels:  graph, visual
Aaia
AWS Identity and Access Management Visualizer and Anomaly Finder
Stars: ✭ 218 (-3.54%)
Mutual labels:  graph
Masterplan
MasterPlan is a project management software / visual idea board software. It attempts to be easy to use, lightweight, and fun.
Stars: ✭ 221 (-2.21%)
Mutual labels:  visual
Ehtrace
ATrace is a tool for tracing execution of binaries on Windows.
Stars: ✭ 218 (-3.54%)
Mutual labels:  graph
30 Seconds Of Php
Short PHP code snippets for all your development needs
Stars: ✭ 2,461 (+988.94%)
Mutual labels:  programming
30 Seconds Of Css
Short CSS code snippets for all your development needs
Stars: ✭ 14,945 (+6512.83%)
Mutual labels:  programming
Ngraph.path
Path finding in a graph
Stars: ✭ 2,545 (+1026.11%)
Mutual labels:  graph

VWorkflows

Build Status

Interactive flow/graph visualization for building domain specific visual programming environments. Provides UI bindings for JavaFX.

See http://mihosoft.eu/?p=523 and http://mihosoft.eu/?p=564 for an introduction.

Join the Developer Group if you'd like to contribute.

Maven Coordinates

VWorkflows-Core:

Download Javadocs

<dependency>
  <groupId>eu.mihosoft.vrl.workflow</groupId>
  <artifactId>vworkflows-core</artifactId>
  <version>0.2.3</version>
</dependency>

VWorkflows-FX:

Download Javadocs

Replace version with the desired version (see above for latest version).

<dependency>
  <groupId>eu.mihosoft.vrl.workflow</groupId>
  <artifactId>vworkflows-fx</artifactId>
  <version>0.2.3</version>
</dependency>

How To Build

Reqirements

  • Java >= 1.8.0_60
  • Internet connection (other dependencies are downloaded automatically)
  • IDE: Gradle Plugin (not necessary for command line usage)

IDE

Open the VWorkflows Gradle project in your favourite IDE (tested with NetBeans 8.1) and build it by calling the assemble task.

Command Line

Navigate to the Gradle project (e.g., path/to/VWorkflows) and enter the following command

Bash (Linux/OS X/Cygwin/other Unix-like OS)

./gradlew assemble

Windows (CMD)

gradlew assemble

Test It

Besides the tests defined in VWorkflows-Core (test task) it is also possible to run a graphical demo that comes with VWorkflows-Demo subproject. To run it call the run task.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].