Skip to content
This repository has been archived by the owner on Oct 30, 2023. It is now read-only.

Latest commit

 

History

History
35 lines (24 loc) · 1.03 KB

README.md

File metadata and controls

35 lines (24 loc) · 1.03 KB

No deliverable yet.

Stuck due to environment issues and bugs in the base pull request. We will continue this journey in coming months.

OpenSCADEx

OpenSCAD is an code cad tool. OpenSCADEx provides bindings to elixir language.

This package is dependent on prior work which is outlined in this pull request.

Deliverables for spawnfest 2023:

  • elixir package
  • documentation
  • OpenSCAD App workflow
  • Elixir Mix workflow
  • LiveBook workflow - Kino Cells - Maybe Maybe :-)

Installation

If available in Hex, the package can be installed by adding openscadex to your list of dependencies in mix.exs:

def deps do
  [
    {:openscadex, "~> 0.1.0"}
  ]
end

Documentation can be generated with ExDoc and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/openscadex.