Skip to content

cs101course/chart-maker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

chart-maker

A chart (flowchart or dependency graph) editor

Demos

Flowchart

Flowchart Demo

Example:

Some Statement
Another Statement
if (Some Condition?) {
    if (Nested Condition?) {
        Do this
        Then this
    } else {
        Do this instead
    }
} else if (Another Condition?) {
    Another thing to do
}
while (More Things To Do?) {
    if (Tired?) {
        Eat Something
    }
    Do Things
}
One Last Thing

Dependency Graph

Dependency Graph Demo

Example:

Root
    Level 1 Child A
        Level 2 Child A-A
        Level 2 Child A-B
            Shared Node
    Level 1 Child B
        Level 2 Child B-A
        Level 2 Child B-B
    Shared Node

About

A chart (flowchart or dependency chart) editor

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published