For a science project I\'d need to render/display a BPMN 2.0 model in a web browser. Are there any libraries available to only render the diagram? (I don\'t need to edit it or
Not that I know of.. it would be great to find one. If you take a look at the jBPM5 project you will find that there is an eclipse plugin to render BPMN2 models, we can extract the logic and create a rendering layer for web applications. When you mention "display in a browser" usually means a lot of things. Are you thinking in just a simple PNG? because the eclipse plugin already provide that export functionality. Cheers