Skip to content
This repository was archived by the owner on Nov 13, 2024. It is now read-only.

Investigate having a node graph to design generators with #94

Open
LogicalError opened this issue May 13, 2019 · 2 comments
Open

Investigate having a node graph to design generators with #94

LogicalError opened this issue May 13, 2019 · 2 comments
Assignees
Labels
enhancement New feature or request task A task that needs to be done

Comments

@LogicalError
Copy link
Member

Maybe using something like
https://github.com/alelievr/NodeGraphProcessor
https://github.com/simeonradivoev/Code-Node-Editor
(or wait for unity visual scripting?)

@LogicalError LogicalError added the task A task that needs to be done label May 13, 2019
@jmickle66666666
Copy link
Collaborator

I did some prototyping using FlowCanvas to roughly implement the ideas that we have discussed and it looks promising. The general process felt very much like shader development as I iterated on it; the biggest difference being how generic the inputs need to be.

@LogicalError LogicalError added the enhancement New feature or request label Jul 18, 2020
@mic-code
Copy link

My proof of concept node graph
https://github.com/mic-code/Chisel.Prototype/tree/node

Currently implemented feature,
Box brush
Cylinder brush
Subgraph
Float Property node for exposing parameter

# for free to subscribe to this conversation on GitHub. Already have an account? #.
Labels
enhancement New feature or request task A task that needs to be done
Projects
None yet
Development

No branches or pull requests

3 participants