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

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

The missing graphics library in the Erlang/Elixir programming language.
https://github.com/erlangsters/beam-graphics

2d 3d beam egl elixir erlang graphics opengl

Last synced: about 2 months ago
JSON representation

The missing graphics library in the Erlang/Elixir programming language.

Awesome Lists containing this project

README

          

# Graphics library for the BEAM

> :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-%23a90432)](https://github.com/erlangsters/beam-graphics)
![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)
[![Build Status](https://img.shields.io/github/actions/workflow/status/erlangsters/beam-graphics/workflow.yml)](https://github.com/erlangsters/beam-graphics/actions/workflows/workflow.yml)
[![Documentation Link](https://img.shields.io/badge/documentation-available-yellow)](http://erlangsters.github.io/beam-graphics/)

The missing graphics library of the BEAM ecosystem available for the Erlang and
Elixir programming language.

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

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