TODO 1.0 KB

123456789101112131415161718192021222324252627
  1. - done: python interface and a python parse-gml to add to have a demo using python for a easy gml graph file as input
  2. - some javascript to run the javascript version of this and a script or html to show it
  3. - done: compiled using emscripten to web assembly and need to study that how to use it
  4. - done: generated the java version of sfg.c using novosoft c2j now needs some more java to add
  5. - done: tested basics of python, perl and tcl running sfg.c using sfg.i swig interface and python-2.7
  6. - done: changed the api in verion 2 to avoid c (void *) for easier python interface
  7. - done: the python interface works and generates a example layout
  8. - done: the java version of sfg.c works and runs as native java
  9. - gml4gtk has stand-alone dot or gml parser and can add that as single file with python swig interface
  10. - todo make few drawings and text how to draw the edge lines
  11. - libspiro can draw nice curves usable for spline edge line drawing
  12. - todo using lljvm create a runnable jar file out of sfg.c
  13. - wasm compiling and running it in the browser