Closed Aksem closed 7 months ago
Another update: beta versions of libavoid-js and sprotty-routing-libavoid were released, updated in bigUML and tested. All relations in the class diagram are routed now by the libavoid router. The current version is available for testing by others; feedback is appreciated. Known problems:
@Aksem thank you very much! I will test / try it out soon.
Will be implemented in advanced model engineering summer term 2024. Thanks!
Status update: it works on top of the actual master branch, but there are still incorrect routes. The first reason was the integration of libavoid in sprotty, the same functionality in both conflicted a bit, but it is solved now. The current problem is that one method is private in the C++ API of libavoid, and the only possible solution is very inoptimal(elements need to be recreated). I'm working on making this method public and then updating libavoid-js and sprotty-routing-libavoid. Issue in libavoid repo: https://github.com/Aksem/adaptagrams/issues/8