Skip to content
This repository has been archived by the owner on Sep 16, 2020. It is now read-only.

Execute a Graph #1

Closed
S4RD7R opened this issue Aug 6, 2018 · 3 comments
Closed

Execute a Graph #1

S4RD7R opened this issue Aug 6, 2018 · 3 comments
Labels
question Further information is requested

Comments

@S4RD7R
Copy link

S4RD7R commented Aug 6, 2018

Hi,

I've been looking at your project and it is very interesting. I've been playing around and I can't seem to get anything to Execute. This is the very simple graph I created.

image

@miroiu
Copy link
Owner

miroiu commented Aug 8, 2018

Hello,

Sorry for the late response. For some reason i didn't get notified by email.

The graph editor lets you create a graph but can't execute it. I can tell from the image that you created a Function Graph.
Every graph comes with an Input and an Output node. Function graphs have those nodes editable, that means you can drag a connection into the node and a new pin will be created.
Now if you want the graph to execute you must provide the necessary data.

Hit the Compile button and it will generate a new entry in the Actions Menu under the Project category.
image

Create a Text Graph or an Image Graph and spawn the new generated node.
image

Open a text/image file and select the text/image graph you want to use then press Run.
image

The input is taken from the text/image file and sent to the Text/Image Graph and the graph is executed.

I know it's a bit too much to execute a simple graph but the intent of the application was to operate on different file types.

I attached some test graphs

@miroiu
Copy link
Owner

miroiu commented Aug 10, 2018

Do you have any additional questions or can i close the issue ?

@miroiu miroiu added the question Further information is requested label Aug 10, 2018
@miroiu miroiu closed this as completed Aug 14, 2018
@S4RD7R
Copy link
Author

S4RD7R commented Aug 14, 2018

Thanks. I missed the reply above. Yes I'm all good now.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants