https://github.com/woodward/momentum
https://github.com/woodward/momentum
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/woodward/momentum
- Owner: woodward
- License: mit
- Created: 2022-08-25T20:32:45.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-08-25T20:39:50.000Z (almost 3 years ago)
- Last Synced: 2025-02-19T23:06:26.794Z (3 months ago)
- Language: Elixir
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Momentum
** Coming Soon! **
A project for physics simulation which employs a variety of dynamics algorithms.
Intended for use by analysis by engineers.## Installation
If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `momentum` to your list of dependencies in `mix.exs`:```elixir
def deps do
[
{:momentum, "~> 0.1.0"}
]
end
```Documentation can be generated with [ExDoc](https://github.com/elixir-lang/ex_doc)
and published on [HexDocs](https://hexdocs.pm). Once published, the docs can
be found at .