Hello guys,
I have to build 2D graphic in my Phoenix app. I have difficulties to find proper library.
Any suggestions?
are you looking for JavaScript library or something that generates 2D graphics server-side in Elixir?
1 Like
Hi @hubertlepicki,
I am looking for something that generates 2D graphics server-side in Elixir
1 Like
A search for “graphic” reveals 4 packages, 1 of them directly states to be for creating 2D graphics:
Perhaps this is what you search for. I didn’t take a look into it though.
2 Likes
Erlang comes with some basic drawing functions:
http://erlang.org/doc/apps/percept/egd_ug.html
http://erlang.org/doc/man/egd.html
But, Vivid is probably nicer already…
1 Like
also you can use ex_paint, which is based on egd.
1 Like