1zaak / redfour-physics

My personal progress following RedFour's tutorial

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Physics

TODO: Add description

Installation

If available in Hex, the package can be installed as:

  1. Add physics to your list of dependencies in mix.exs:

    def deps do [{:physics, "~> 0.0.1"}] end

  2. Ensure physics is started before your application:

    def application do [applications: [:physics]] end

About

My personal progress following RedFour's tutorial


Languages

Language:Elixir 100.0%