All Projects → bpmn-io → bpmn-js-sketchy

bpmn-io / bpmn-js-sketchy

Licence: other
A sketchy renderer for bpmn-js.

Programming Languages

javascript
184084 projects - #8 most used programming language
CSS
56736 projects

Projects that are alternatives of or similar to bpmn-js-sketchy

Bpmn Js
A BPMN 2.0 rendering toolkit and web modeler.
Stars: ✭ 5,592 (+29331.58%)
Mutual labels:  bpmn, bpmn-js
bpmn-js-token-simulation
A BPMN 2.0 specification compliant token simulator.
Stars: ✭ 130 (+584.21%)
Mutual labels:  bpmn, bpmn-js
vs-code-bpmn-io
Edit BPMN 2.0 files. Based on bpmn.io tools.
Stars: ✭ 87 (+357.89%)
Mutual labels:  bpmn, bpmn-js
bpmn
BPMN diagrams in R
Stars: ✭ 16 (-15.79%)
Mutual labels:  bpmn, bpmn-js
bpmn-js-seed
[DISCONTINUED] A project to quickly get started with bpmn-js
Stars: ✭ 30 (+57.89%)
Mutual labels:  bpmn, bpmn-js
bpmn-server
BPMN 2.0 server for Node.js , providing modeling, execution, persistence and monitoring for Workflow. along with sample UI. Intended to be developers workbench for BPMN 2.0
Stars: ✭ 70 (+268.42%)
Mutual labels:  bpmn, bpmn-js
bpmn-vue-activiti
基于Vue3.x + Vite + bpmn-js + element-plus + tsx 实现的Activiti流程设计器(Activiti process designer based on Vue3.x + Vite + BPMN-JS + Element-Plus + TSX implementation)
Stars: ✭ 345 (+1715.79%)
Mutual labels:  bpmn, bpmn-js
bpmn-editor
This repository contains a number of examples showing how use and integrate bpmn-js it into your applications.
Stars: ✭ 48 (+152.63%)
Mutual labels:  bpmn, bpmn-js
bpmn-visualization-js
A TypeScript library for visualizing process execution data on BPMN diagrams
Stars: ✭ 113 (+494.74%)
Mutual labels:  bpmn
pvm-ui
JS based UI for PVM workflow engine.
Stars: ✭ 18 (-5.26%)
Mutual labels:  bpmn
workflower-bundle
A Symfony bundle for Workflower
Stars: ✭ 23 (+21.05%)
Mutual labels:  bpmn
activiti-cloud
Activiti Cloud libraries and Spring Boot starters.
Stars: ✭ 51 (+168.42%)
Mutual labels:  bpmn
zeebe-docker-compose
Zeebe with Operate Docker Compose configuration
Stars: ✭ 97 (+410.53%)
Mutual labels:  bpmn
activiti-cloud-application
Activiti Cloud Application example and acceptance test suite.
Stars: ✭ 16 (-15.79%)
Mutual labels:  bpmn
bpmn-js-i18n
Internationalization resources for bpmn-js
Stars: ✭ 49 (+157.89%)
Mutual labels:  bpmn-js
laravel workflower
Implementation of phpmentors-jp/workflower for laravel application
Stars: ✭ 26 (+36.84%)
Mutual labels:  bpmn
jbpm-spring-boot
Sample of a jbpm service with spring boot. It runs on OpenShift and it has prometheus metrics and a grafana dashboard
Stars: ✭ 16 (-15.79%)
Mutual labels:  bpmn
bpxe
Business Process eXecution Engine
Stars: ✭ 36 (+89.47%)
Mutual labels:  bpmn
bpmnlint
Validate BPMN diagrams based on configurable lint rules.
Stars: ✭ 82 (+331.58%)
Mutual labels:  bpmn
vPAV
viadee Process Application Validator
Stars: ✭ 47 (+147.37%)
Mutual labels:  bpmn

bpmn-js-sketchy

A sketchy renderer for bpmn-js. ➡️ Try it out.

sketchy renderer at work

Usage

Extend bpmn-js with the sketchy renderer module:

import modeler from 'bpmn-js/lib/Modeler';

const modeler = new Modeler({
  // ...
  additionalModules: [ sketchyRendererModule ]
});

For the full sketchy experience, you must configure bpmn-js to use a hand drawn font, for example Virgil.

Check out the demo or this test for more information.

To view sketchified diagrams you must have the font installed on your computer.

Licence

MIT

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].