gazelle

A Fast Engine for Structural Engineering.

https://github.com/handmadetechnology/gazelle

Science Score: 44.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
    Found CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (11.4%) to scientific vocabulary

Keywords

engine linux macos python rust structural-engineering windows
Last synced: 6 months ago · JSON representation ·

Repository

A Fast Engine for Structural Engineering.

Basic Info
  • Host: GitHub
  • Owner: handmadetechnology
  • License: agpl-3.0
  • Language: Rust
  • Default Branch: main
  • Homepage:
  • Size: 595 KB
Statistics
  • Stars: 8
  • Watchers: 1
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Topics
engine linux macos python rust structural-engineering windows
Created over 3 years ago · Last pushed 9 months ago
Metadata Files
Readme Changelog Contributing Funding License Code of conduct Citation

README.md

Gazelle™

🦌 A Fast Engine for Structural Engineering. 💨

[![Open in Dev Containers](https://img.shields.io/static/v1?label=Dev%20Containers&message=Open&color=blue&logo=visualstudiocode)](https://vscode.dev/redirect?url=vscode://ms-vscode-remote.remote-containers/cloneInVolume?url=https://github.com/jsbayley/gazelle) [![Contributor Covenant](https://img.shields.io/badge/Contributor%20Covenant-2.0-4baaaa.svg)](https://github.com/jsbayley/gazelle/blob/main/.github/CODE_OF_CONDUCT.md) [![License: AGPL-3.0](https://img.shields.io/badge/License-AGPL--3.0-00add8)](https://choosealicense.com/licenses/agpl-3.0/) [![CI](https://github.com/jsbayley/gazelle/actions/workflows/ci.yml/badge.svg)](https://github.com/jsbayley/gazelle/actions/workflows/ci.yml) [![Rust](https://img.shields.io/badge/Rust-1.87.0-ce412b?logo=rust)](https://www.rust-lang.org) [![Python](https://img.shields.io/badge/Python-3.9+-4584b6?logo=python&logoColor=f5f5f5)](https://www.python.org)

Table of Contents

Documentation

Visit our docs to learn more.

Get Involved

See our guidance on how to get involved.

Open Source

Engineers accept phenomenal responsibility when dedicating their lives to improving our built environment. However, the vast majority of professional engineering software is, regrettably, closed source and proprietary. This is unfair and must change. Engineers should be offered the respect and freedom to inspect, validate and influence the algorithms used to design our buildings and bridges.

Gazelle is proudly open source.

Errata

We consider structural engineering software to be safety critical. We strive to ensure stability, robustness and correctness throughout the source code, test suite and companion documentation. Nevertheless, we are human and mistakes are possible. Please submit error reports and suggestions for improvement via GitHub Issues.

Citation (CITATION.cff)

cff-version: 1.2.0
title: Gazelle
message: >-
  If you use this software, please cite it using the
  metadata from this file.
type: software
authors:
  - given-names: James
    family-names: Bayley
repository-code: 'https://github.com/jsbayley/gazelle'
abstract: >-
  A Fast Engine for Structural Engineers.
keywords:
  - Civil Engineering
  - Structural Engineering
license: AGPL-3.0-or-later

GitHub Events

Total
  • Member event: 1
Last Year
  • Member event: 1

Dependencies

.github/workflows/build.yml actions
  • actions/checkout v3 composite
  • actions/setup-go v4 composite
.devcontainer/Dockerfile docker
  • mcr.microsoft.com/devcontainers/go 1.21-bullseye build
go.mod go