All Projects → lucasepe → Jumble

lucasepe / Jumble

Licence: mit
Create (not just) diagrams stitching, connecting and labelling images on a grid using HCL syntax (like terraform!).

Programming Languages

go
31211 projects - #10 most used programming language
   _           _   _
  |_|_ _ _____| |_| |___     
  | | | |     | . | | -_|   
 _| |___|_|_|_|___|_|___|            
|___|

https://github.com/lucasepe/jumble

Create (not just) diagrams stitching, connecting and labelling images on a grid using HCL syntax (like terraform!).

515 Embedded cloud architecture icons! Ready to use!

  • 225 AWS icons (uri = assets://aws_[KIND])
  • 182 Azure icons (uri = assets://azure_[KIND])
  • 108 Google Cloud icons (uri = assets://google_[KIND])
# AWS Lambda Authorizer
tile "icon" "lambda1" {
    row = "${subtract(row("agw"), 1)}"
    col = "${subtract(col("agw"), 2)}"
    uri = "assets://aws_lambda"
}

👉 here an HCL example

./jumble -o sample.png ./screenshots/sample.hcl

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].