Ecosyste.ms: Awesome
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: about 2 months ago
JSON representation
Modules for structural calculations.
- Host: GitHub
- URL: https://github.com/h-ikeda/structex
- Owner: h-ikeda
- License: mit
- Created: 2020-09-30T09:35:23.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-07-07T20:48:42.000Z (over 1 year ago)
- Last Synced: 2024-04-13T08:55:51.401Z (9 months ago)
- Topics: analysis, analyze, analyzer, architectural, building, calculation, calculator, modal, strength, structural, structure
- Language: Elixir
- Homepage:
- Size: 326 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```