elkjs
elkjs copied to clipboard
Now that elk supports libavoid, will libavoid find its way into elkjs?
Now that elk supports libavoid (see https://github.com/eclipse/elk/pull/886), will libavoid find its way into elkjs?
I know that libavoid is a separate C++ library and cannot be transpiled to Javascript, but maybe it can be compiled to WASM and used from there?
Currently this is not planed. @spoenemann Do you have any plans for this?
No plans but check out the discussion at https://github.com/mjwybrow/adaptagrams/issues/44
Any update on this? I must say that the readme is quite misleading /confusing in the FAQs section- a short summary of the status of all the mentioned items would save people from a lot of digging through a web of related issue tags. For example, a list of currently supported algorithms ( I know there's a function for it...)
Thanks for your contributions however!
We cannot transpile our libavoid wrapper from Java to Javascript.
Are you aware of https://github.com/Aksem/libavoid-js I see they have a wasm module in the repo that I tested out. Perhaps integrating that into elk is not so easy though?
I am aware of this but integrating this into elkjs might not be trivial, and I generally lack time.