adaptagrams
adaptagrams copied to clipboard
Libraries for constraint-based layout and connector routing for diagrams.
I've created a CMake project to allow an easier experience for cross plaftofm builds and fixed some C++ deprecations.
After running `brew install libtool autoconf automake` and running `./autogen.sh`, I ran into the following error: ``` ./configure: line 16763: syntax error near unexpected token `CAIROMM,cairomm-1.0,cairomm=yes,cairomm=no' ./configure: line 16763: `PKG_CHECK_MODULES(CAIROMM,cairomm-1.0,cairomm=yes,cairomm=no)'...
I'd be very interested in using the libavoid library in a browser-based technology stack. Thus, I was thinking whether it would make sense to have a WebAssembly build of libavoid....
It would be helpful to see the code that was used to create the example diagrams at https://www.adaptagrams.org/ - is that available anywhere?
I ran into a compilation issue when I built adaptagrams on Fedora 34. ``` ../libdialect/util.h: In function ‘bool dialect::logically_equal(double, double, double)’: ../libdialect/util.h:50:65: error: ‘numeric_limits’ is not a member of ‘std’...
Hi, The python swig wrapper works great except that I am unable to access the contents of the `dimensions` objects which is a `std::pair` instance return from DialectNode.getDimensions. `dialect::dimensions` is...
Hi, Had a straightforward compilation on macOS except for cairomm since it was looking for caromm 1.0 while I had the latest version cairomm 1.16 install . I tried to...
Hi, I'm trying to build the python library with swig but it fails. What I've done: build cola with `autogen.sh`. It passes all the tests. then `sudo make install`. to...
Fixes pedantic warning
I stumbled over some obstacles in the above endeavor. First it is necessary to stick with 3.x version of SWIG. Mine was 3.0.12. As you use C11 I had to...