Code Monkey home page Code Monkey logo

rigofunc's Introduction

RigoFunc

This repo contains some reusable, flexible, scalable libraries that written in my spare time.

Introduction

This repo contains following components:

  • RigoFunc.Render.
  • RigoFunc.Graph
  • RigoFunc.Scheduler.
  • RigoFunc.WFC.
  • RigoFunc.Utils.
  • More...

RigoFunc.Render

The RigoFunc.Render component is a 2D graphics engine, has following functionality:

  • Drag, resize and rotate items on canvas.
  • Toolbox, drag & drop, rubberband selection.
  • Connecting items.
  • Open, Save.
  • Cut, Copy, Paste, Delete.
  • Print.
  • Group, Ungroup.
  • Align(Left, Right, Top, Bottom, Centered horizontal, Centered vertical)
  • Distribute(horizontal, vertical).
  • Order (Bring forward, Bring to top, Send backward, Send to back).
  • Zooming.

Figure 1

Figure 1 The RigoFunc.Render component demo

RigoFunc.Graph

The RigoFunc.Graph library is a reusable, flexible, scalable graph algorithm component, has following functionality

  • DFS visit graph vertices.
  • BFS visit graph vertices.
  • Topology sort of graph vertices.
  • Merge [Indegree = 1 && Outdegree = 1) vertices.
  • More...

Figure 2

Figure 2 The RigoFunc.Graph component demo

RigoFunc.WFC

The RigoFunc.WFC is a work flow control system. The inner interpretor provide 2D visual func to rendering the work flow.

RigoFunc.Scheduler

The RigoFunc.Scheduler is a reusable, flexible, scalable sheduling component.

RigoFunc.Utils

The RigoFunc.Utils contains common utilities.

rigofunc's People

Contributors

rigofunc avatar

Watchers

 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.