Giter Club home page Giter Club logo

flowur-prototype's Introduction

Flowur

Flowur is an app that automates flowchart visualization. By running layout algorithms and making quite a few assumptions, it takes the responsibility of positioning flowchart components (i.e. boxes and arrows) away from the user.

Usage

  1. A user inputs her flowchart data through a click and drag interface.
  2. Flowur generates a collection of visualizations from which the user can choose.
  3. The user can tweak spacing and styling before downloading the flowchart as an image.

Quick Start

Flowur is a web application that needs to be run on a web server. Either move the project into an existing web server or create one on the fly:

Start a Web Server

NodeJS

npm install -g http-server
http-server -p 8080 flowur-prototype/

Python 3

pushd flowur-prototype/; python -m http.server 8080; popd

If you're using Python 2, replace http.server with SimpleHTTPServer.

Run the App

In any web browser visit http://localhost:8080/flowur-prototype/app.html.

Using the App

Input Data and Structure the Flowchart

  • Drag from the center of a node to the canvas to create a new node.
  • Drag from the center of a node to the center of another node to connect them.
  • Drag from the edge of a node to move it.
  • Click on a node to expand its tooltip. From here you can edit the node or change its settings.

Choose a Layout and Styling

For now a tree-type template is automatically selected.

Save and Share

For now generate a flowchart by double-clicking on the black box.

flowur-prototype's People

Contributors

unblevable avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

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.