Skip to content
Miguel Prada edited this page May 10, 2023 · 5 revisions

Welcome to the structuraid-desktop wiki!

We want to create a structural design program able to:

  • Generate design drawings (CAD or BIM exports)
  • Generate calculation documents that support the final design

We'll start implementing modules for the design/analysis on a structural member basis. We'll start with foundations first:

  • Piles
  • Footings
  • Pile caps

This repository is an Electron Desktop Application that will contain all the UI and all things user-facing. It will consume the structuraid_core ruby gem that will contain the actual calculations logic.

Related Resources