Packages

Scenic.Math - a NIF math support library for Scenic.

Current section

Files

Jump to
scenic_math README.md
Raw

README.md

# Scenic.Math
Math support for Scenic applications
## Installation
If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `scenic_math` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[{:scenic_math, "~> 0.7.0"}]
end
```