Vladyslav Hnatiuk
Vladyslav Hnatiuk
@limdauto is it possible now to document query parameters without AutoSchema(manual_fields=[])?
/opt/Qt/5.15.2/gcc_64/plugins
Qt build is pre-built on another machine and downloaded via aqtinstall (it's a tool that downloads Qt binaries from Qt website and prepares them for usage: extracts etc.). Yes, it...
Currently, I use linuxdeployqt and pass path to qmake as parameter; this approach works well also with both locally built Qt and Qt build downloaded with aqtinstall. It is possible...
Not perfect yet, but yes, it works. The main problem currently is its performance: in my demo it works 'good enough' with up to ~25 nodes. The main reason for...
Update: [sprotty-routing-libavoid](https://github.com/Aksem/sprotty-routing-libavoid) v1.0.35 released. Performance was improved, and the demo works well with ~60+ nodes. Also, there is the first real-world usage: it was integrated into [bigER modeling tool](https://github.com/borkdominik/bigER) (note:...
@clemmy, WebAssembly build of libavoid is already available : [libavoid-js](https://github.com/Aksem/libavoid-js). Without many details, usage guide and similar, but it works([small demo](https://aksem.github.io/sprotty-routing-libavoid-demo/)). More is also planned, but I am currently working...
The main source where almost the whole build process is implemented is [tools/generate.py](https://github.com/Aksem/libavoid-js/blob/master/tools/generate.py) script, I would recommend starting with it. Basically, the build process includes following steps(if the same approach...
@vlovich, yes, creating a universal build of the package should be possible. I already have a test version and will finish it over the weekend. I need to do more...
@vlovich , sorry it took longer as expected and was not so straightforward. Anyway new v0.2.0 release is out and supports node.js(https://github.com/Aksem/libavoid-js/issues/5). I would be happy to receive a feedback...