Hacker Read top | best | new | newcomments | leaders | about | bookmarklet login

Are you asking about Luna? :) Sure! Luna comes currently with its VM but we are also working on a backend allowing to compile it to machine code, so every graph you write can be also used as a library and called for example from C.


sort by: page size:

It looks like it was made with graphviz, so it doesn't strictly have to do with Luna.

I made one here:

https://google.github.io/rappor/doc/data-flow.html

Source:

https://github.com/google/rappor/blob/master/doc/data-flow.d...


You said, other languages can't really directly be transformed to graphical luna nodes, can you say why?

Because I gave this some thought as well and don't see why not in general, but I don't know how luna works .. or if there are some restrictions I did not encounter yet ..


The Graph library is intriguing to me, would love to see some of your stuff open sourced.

Yeah, we ended up writing the graphing library ourselves. Due to the nature of the data and frequencies of redrawing the large open source libraries were too CPU intensive.

Your GUI (graphs, visualization) are amazing. What graph library did you use?

probably off topic but what library was used to render the graph?

You can do a lot with Graphviz it had bindings for many libraries.

Please consider making dynamic graphs a key feature for the 1.0 release! I like how easy it is to use SOUL to build simple processes, but I'd like it a lot more if I didn't have to specify my graph at compile time.

A few more questions:

- How will the language/API/reference VM be licensed?

- Will the API depend in any way on the JUCE ecosystem?

- Do you expect users to bundle the VM with their plugins/applications or to have one installation on a target machine? Or will plugins need to be supported by a host that embeds the VM?


Thank you for such an awesome comment and your attitude! :) We've put an enormous amount of work to address the issues you've covered - including creating a system where you can edit text / graph without breaking the other one.

I'm happy that so many people were thinking to do something going this way - we hear it often. This shows us that this need is widely seen and there is nothing we want more than just collaborate with these people. We will be releasing Luna shortly as Open Source project and will be helping growing community around it. I will be supper happy helping utilizing / extending it for your needs!

As I described before, the timing for this info is not the best, because Luna is not yet available, but it will be really shortly.

Luna introduces some abstraction levels. Some of the leaves (the highest ones) could be usable by less-technical people, but of course only after they get familiar with the concept! :)

Thank you and looking forward to building something interesting together! :)


What library did you use to create the graphs? Any third party library?

No, graph libraries usually relay on some variation of VF2 and maybe (but I haven't checked) in some cases on the more complicated nauty/traces algorithms.

There is igraph, graph-tool, snap and even a CUDA enabled one (cuGraph, they try to follow networkx API).

Really cool! Is there a way to export a data representation of your graph, like in json or something? Would there be a standard for that, like some control flow representation?

have you considered open sourcing the processing/graph code as well as the graph UI code?

Looks interesting. Does this allow making graphs and other representations without much hassle ? Is so, I guess this make s an ideal tool for such tasks, instead of having a developer make these visualisations.

Super interesting! I'm looking forward to alga being released -- I've been looking for a good graph library for a while.

We have a bunch of interesting distributed computing problems we are solving in the pipe, so stay tuned. Nothing out of the box yet...

Currently, we have a pretty unique graphing framework. Basically, you can plot any bit of data and send it back to the server, but the limitation is you have to launch the server through us. The feature will be added soon as available to anyone with a cloud server.


Is this open source? I don't see a link anywhere. Would love to know the graph rendering works.

Ah, good. Thanks Drew. By the way, I didn't see any actually, you know, graphing applications in the repos. Those exist, right?
next

Legal | privacy