You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I created a little tool for trying to visualise CSS transforms (you can edit the transform text to test other values and transform functions): https://waapi.github.io/tool-transforms/
I love the little widgets and were along the lines of what I was wanting to create. I might take some inspiration if you don't mind.
Is visualising transforms in-situ like this something you might have wanted to try as well?
The text was updated successfully, but these errors were encountered:
I'm going to make a new parameter type 'mat3' for 2D transformations.
An input field for the type actually consists of pos, scale, rot fields as children, however, I didn't have any clue how to make a visual widget for mat3 itself.
(basically, all of the parameter types should have intuitive ways to visualize/change their values in my thought.)
I probably will reference your demos soon. It's great if my idea can be useful for your own work!
Hi @baku89, love your UI study!
I created a little tool for trying to visualise CSS transforms (you can edit the transform text to test other values and transform functions): https://waapi.github.io/tool-transforms/
I love the little widgets and were along the lines of what I was wanting to create. I might take some inspiration if you don't mind.
Is visualising transforms in-situ like this something you might have wanted to try as well?
The text was updated successfully, but these errors were encountered: