| > There is incredible motion design work that is purely accomplished in code. Certain things are faster and far more flexible in that medium. There are, but not that much. Look at the code of this demo. It's not obvious, it was probably hard to tweak to look nice, not to mention doing any debugging. > There are plenty of effects I've created with code that would be an absolute nightmare to try to create with a GUI. That's kind of my point. It isn't that code is better-suited to this job - it's that our GUI tools are mostly stuck in the static world and suck for dynamic / interactive visualizations. Bret Victor put a lot of thought on how to improve this state of affairs; he also brings convincing arguments that such things are still better-suited for direct, visual manipulation - that coding directly is a crutch we use because of lack of better tools. Some good talks and essays on this: http://worrydream.com/MediaForThinkingTheUnthinkable/ https://vimeo.com/66085662 http://worrydream.com/DrawingDynamicVisualizationsTalkAddend... https://vimeo.com/64895205 |