An open API service indexing awesome lists of open source software.

https://github.com/erlangsters/beam-graphics-shapes

2D/3D shapes for the graphics library of the BEAM ecosystem.
https://github.com/erlangsters/beam-graphics-shapes

2d 3d beam elixir erlang graphics shapes

Last synced: about 1 month ago
JSON representation

2D/3D shapes for the graphics library of the BEAM ecosystem.

Awesome Lists containing this project

README

          

# 2D/3D shapes for the BEAM graphics library

> :construction: This project is under active development. Do not used at the
> moment as it's not ready. Consult the `develop` branch for progress.

[![Erlangsters Repository](https://img.shields.io/badge/erlangsters-beam--graphics--shapes-%23a90432)](https://github.com/erlangsters/beam-graphics-shapes)
![Supported Erlang/OTP Versions](https://img.shields.io/badge/erlang%2Fotp-28-%23a90432)
![Current Version](https://img.shields.io/badge/version-0.1.0-%23354052)
![License](https://img.shields.io/github/license/erlangsters/beam-graphics-shapes)
[![Build Status](https://img.shields.io/github/actions/workflow/status/erlangsters/beam-graphics-shapes/workflow.yml)](https://github.com/erlangsters/beam-graphics-shapes/actions/workflows/workflow.yml)
[![Documentation Link](https://img.shields.io/badge/documentation-available-yellow)](http://erlangsters.github.io/beam-graphics-shapes/)

A helper library to complement the [graphics library](https://github.com/erlangsters/beam-graphics)
of the BEAM ecosystem with 2D/3D shapes ready to render.

```erlang
{deps, [
{beam_graphics, {git, "https://github.com/erlangsters/beam-graphics.git", {tag, "master"}}},
{beam_graphics_shapes, {git, "https://github.com/erlangsters/beam-graphics-shapes.git", {tag, "master"}}}
]}.
```

Written by the Erlangsters [community](https://about.erlangsters.org/) and
released under the MIT [license](/https://opensource.org/license/mit).