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.
- Host: GitHub
- URL: https://github.com/erlangsters/beam-graphics-shapes
- Owner: erlangsters
- License: mit
- Created: 2023-12-26T15:43:21.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2025-06-27T04:58:11.000Z (12 months ago)
- Last Synced: 2025-06-27T05:37:28.322Z (12 months ago)
- Topics: 2d, 3d, beam, elixir, erlang, graphics, shapes
- Language: Erlang
- Homepage: https://about.erlangsters.org
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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.
[](https://github.com/erlangsters/beam-graphics-shapes)



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