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

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

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

beam erlang glfw sdl window

Last synced: 9 months ago
JSON representation

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

Awesome Lists containing this project

README

          

# Window library for the BEAM

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

:construction: It's still in development and a first beta version will be
available shortly. The master branch will be rewound!

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

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

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