• 0 Posts
  • 7 Comments
Joined 1 year ago
cake
Cake day: June 12th, 2023

help-circle




  • Can’t believe this article doesn’t mention shaders. Node based programs to generate textures or the final shaders are everywhere, on all engines or render software. Unless you are writing very, very, very specific shaders, you can almost always solve it with a node flow and it pretty much is the norm.

    Things that are highly parallelized and computation focused are the best for flow based programming, and shaders are probably the best example of that.