▲ | jayd16 3 days ago | |||||||||||||||||||||||||
The tone of the article feels really preachy and full of itself without even fully understanding why Blueprints work well for games. Killer features that come to mind are: You can drag and drop asset references instead of relying on textual tokens. You can build a framework where incorrect code does not fit together, or pins dont connect, or draggables do not allow for blocking. It's a much better feedback to a certain type of person than a textual error. Then the article seems to go on and on about knowing how to make a great visual programming language despite not producing one. | ||||||||||||||||||||||||||
▲ | dazzawazza 2 days ago | parent [-] | |||||||||||||||||||||||||
I agree with you but somethings are missing from the BP experience. I've implemented many VPLs in video games and I've used Blueprints extensively. I've probably made all the classic "mistakes" designing VPLs, many of which are mentioned in this article. I don't think I am very good at designing VPLs despite having done it on and off for 30 years. I think BPs are the best example of a VPL out there at the moment. Certainly in video games. However it still falls short of the ideals of VPLs. Essentially BPs trick people in to being programmers. They still have to understand the "ways" of programming (for loops, if then, etc). With a little context switch and training they would probably be more productive with a text based interface. So the abstraction BPs provide is very limited. BPs are a general programming tool used for materials, game play logic, animation trees etc. Because of this there are few, if any, high level abstractions that relieve the user of the burden of programming. Don't get me wrong, this is hard, very hard, so I am not calling anyone out. It requires sitting down with a non-technical person and really understanding how they think and what they need. Turning that in to something that isn't node + wire is hard. The fact that the industry has created technical artists to fill the void says to me that BPs are failing to a certain extent (and TAs can just use text based programming and do in many studios). Overall I agree that the field of VPLs is stuck at a local minima and the 10x productivity improvement for non programmers is still illusive. | ||||||||||||||||||||||||||
|