An open API service indexing awesome lists of open source software.

https://github.com/h-ikeda/structex

Modules for structural calculations.
https://github.com/h-ikeda/structex

analysis analyze analyzer architectural building calculation calculator modal strength structural structure

Last synced: 4 months ago
JSON representation

Modules for structural calculations.

Awesome Lists containing this project

README

          

# Structex

Structural calculation functions.

## Installation

The package can be installed by adding `structex` to your list of dependencies in `mix.exs`:

```elixir
def deps do
[
{:structex, "~> 0.1.0"}
]
end
```