https://github.com/camunda/camunda-eclipse-standalone
A BPMN Modeler based on the Camunda Eclipse Plug-in
https://github.com/camunda/camunda-eclipse-standalone
Last synced: 2 months ago
JSON representation
A BPMN Modeler based on the Camunda Eclipse Plug-in
- Host: GitHub
- URL: https://github.com/camunda/camunda-eclipse-standalone
- Owner: camunda
- License: epl-1.0
- Created: 2013-12-06T16:59:17.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2023-04-15T15:58:11.000Z (almost 3 years ago)
- Last Synced: 2024-04-11T08:54:46.133Z (almost 2 years ago)
- Language: Java
- Homepage:
- Size: 506 KB
- Stars: 10
- Watchers: 11
- Forks: 8
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
> Looking for a modern BPMN 2.0 modeler? Try out the [Camunda Modeler](https://github.com/camunda/camunda-modeler).
# Camunde Eclipse Standalone
A standalone version of the [Camunda Eclipse Plug-in](https://github.com/camunda/camunda-eclipse-plugin).
Use for seamless modeling of [BPMN](https://en.wikipedia.org/wiki/BPMN) process and collaboration diagrams.
Built with simplicity and modeling only in mind.

## Features
* BPMN 2.0 compliant modeler for process and collaboration diagrams
* Stripped down [Camunda Eclipse Plug-in](https://github.com/camunda/camunda-eclipse-plugin) inside
* Small footprint (50 MB in size)
* Native operating system integration (Windows, via installer)
## Resources
* [Issues](https://github.com/camunda/camunda-eclipse-standalone/issues)
* [Roadmap](https://github.com/camunda/camunda-eclipse-standalone/issues?milestone=1&state=open)
* [How to Contribute](./CONTRIBUTE.md)
## Troubleshooting
##### The modeler freezes on Linux/GTK
This is due to an [ancient Eclipse bug](https://bugs.eclipse.org/bugs/show_bug.cgi?id=215234).
Add `-Dorg.eclipse.swt.internal.gtk.disablePrinting` to your `modeler.ini` or `eclipse.ini` after the `-vmargs` line to solve the issue (see [Eclipse SWT FAQ](http://www.eclipse.org/swt/faq.php#printOnGTKHangs)).
## License
[Eclipse Public License](http://www.eclipse.org/legal/epl-v10.html)