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

Deprecate and rename Layer.render #255

Open
clabe45 opened this issue Feb 18, 2024 · 0 comments
Open

Deprecate and rename Layer.render #255

clabe45 opened this issue Feb 18, 2024 · 0 comments
Labels
priority:medium type:feature New feature or request

Comments

@clabe45
Copy link
Collaborator

clabe45 commented Feb 18, 2024

Layer#render is called to refresh a layer's internal canvas. The term "render" could imply the rendering of a visual frame or an audio sample. Renaming it to something like draw would remove this ambiguity. We will later add a similar method that will be used to render an audio sample. The task here is to deprecate Layer.render() and add an identical method with a different name.

@clabe45 clabe45 added type:feature New feature or request priority:medium labels Feb 18, 2024
@clabe45 clabe45 changed the title Rename Layer.render Deprecate and rename Layer.render Feb 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
priority:medium type:feature New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant