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.
- Host: GitHub
- URL: https://github.com/erlangsters/beam-graphics
- Owner: erlangsters
- License: mit
- Created: 2023-12-26T15:36:40.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2025-06-27T05:32:57.000Z (12 months ago)
- Last Synced: 2025-07-11T04:39:24.183Z (12 months ago)
- Topics: 2d, 3d, beam, egl, elixir, erlang, graphics, opengl
- Language: Erlang
- Homepage: https://about.erlangsters.org
- Size: 33.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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.
[](https://github.com/erlangsters/beam-graphics)



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