VElixir

VElixir is a simple to use primitive 3D graphics library. It offers great performance, and ease of use. VElixir was inspired by VPython, which makes basic 3D graphics in python trivial. Now it's just as easy to make 3D graphical visualizations in Elixir.

Documentation, tutorials, and more object types coming soon!

Current object types:

VElixir is easy to extend. New meshes and objects can be added with ease.

Current features:

Current limitations:

Installation

TODO: Add project to hex.

  1. Add velixir and enm to your list of dependencies in mix.exs:

    def deps do

     [
       {:enm, github: "basho/enm"},
       {:velixir, "~> 0.0.5"}
     ]

    end