Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Queryable transformation stack #7343

Open
2 of 17 tasks
RandomGamingDev opened this issue Oct 31, 2024 · 0 comments
Open
2 of 17 tasks

Queryable transformation stack #7343

RandomGamingDev opened this issue Oct 31, 2024 · 0 comments

Comments

@RandomGamingDev
Copy link
Contributor

Increasing access

This would make it easier to get previous and current transformations for things like layer transformations (previously only possible with undocumented methods) on top of one another, which would be great for things like editing programs that could use multiple transformations (e.g. 2d models, 3d art), and it would also help with debugging.

Most appropriate sub-area of p5.js?

  • Accessibility
  • Color
  • Core/Environment/Rendering
  • Data
  • DOM
  • Events
  • Image
  • IO
  • Math
  • Typography
  • Utilities
  • WebGL
  • Build process
  • Unit testing
  • Internationalization
  • Friendly errors
  • Other (specify if possible)

Feature request details

Create a function that returns a list containing transformation data (could be a list containing the data in any format it shouldn't really make a difference) for each transformation in order (preferrably so that the first/base transformation is at index 0).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant