alelievr / Mixture

Mixture is a powerful node-based tool crafted in unity to generate all kinds of textures in realtime
https://trello.com/b/2JiH2Vsp/mixture
MIT License
1.18k stars 124 forks source link

Binary build version? #50

Open ArieLeo opened 2 years ago

ArieLeo commented 2 years ago

Out of curiousity, is there a plan to create an executable build version of mixture to be used as a procedural texture creator, so we don't have to use it inside editor?

felixcantet commented 2 years ago

Hello !

It should be great to have a binary build. Unfortunately, Mixture is based on GraphView API which is an Editor only API. Without a complete rewrite of the tool, it would be impossible to achieve.