Skip to content

isa/RDiagram

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RDiagram

Daily basis we need to create some diagrams. We used Dot from Graphviz for a long time, however the diagrams are not interactive and they are so ugly. Then we decided to create a little project which has better output and also interactivity.

What's RDiagram

RDiagram is a diagram generator based on RaphaelJS. It basically generates 5 different diagram types and outputs them in SVG. Every diagram type is an extension to our library. And they may/or not have different DSL (Domain Specific Language) for diagrams.

Running Tests

First, make sure that you've installed jspec (gem install JSpec) and Mozilla Rhino into your system.

Summary

Hope you guys like it.

License

(The MIT License)

Copyright (c) 2010 Isa Goksu <info@isagoksu.com> and Cengiz Han <cengiz@cengizhan.com>

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the 'Software'), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

About

A diagram generator based on RaphaelJS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published