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.
- Host: GitHub
- URL: https://github.com/erlangsters/beam-window
- Owner: erlangsters
- License: mit
- Created: 2023-12-26T15:40:33.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2025-07-25T12:13:49.000Z (11 months ago)
- Last Synced: 2025-07-25T14:06:57.082Z (11 months ago)
- Topics: beam, erlang, glfw, sdl, window
- Language: Erlang
- Homepage: https://www.erlangsters.org
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Window library for the BEAM
[](https://github.com/erlangsters/beam-window)



[](https://github.com/erlangsters/beam-window/actions/workflows/workflow.yml)
[](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).