skanaar / nomnoml

The sassy UML diagram renderer
https://www.nomnoml.com
MIT License
2.66k stars 208 forks source link

[Question] Pointers to use nomnoml engine to implement C4 model? #94

Closed mamhaidly closed 5 years ago

mamhaidly commented 5 years ago

Hi, First, great work! Second, I am looking to implement C4 modeling language using nomnoml. Any pointers, documents that can help with the implementation?

skanaar commented 5 years ago

Thank you! 😄 I haven't heard of C4 but it looks like boxes and arrows, UML but with less stringent syntax. If that is the case then it should be straightforward to draw the diagrams you are looking for with nomnoml syntax.

Like this for example:

#.system: fill=#48F
#.existing: fill=#888
[<system>apa] --> [<existing>bank]