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

Exposes inner backends to allow extra functionalities if the user needs them. #230

Closed
Nazariglez opened this issue Feb 12, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@Nazariglez
Copy link
Owner

Allowing access to the inner backends will allow the user to use specific features that the backend have but there is no interface to use it from notan.

This is consider an advance feature, using the inner backend directly can break the application or corrupt states (ie: graphics backend can be easily corrupter using OpenGL directly).

It will be probably a breaking change, so this will be included eventually in a branch marked as breaking, never in a minor/small update of the lib.

@Nazariglez Nazariglez added the enhancement New feature or request label Feb 12, 2023
@Nazariglez
Copy link
Owner Author

Closing, this will be addressed by #299. We just fully embrace one backend and we can give access to the user easily for that case.

We don't need this issue anymore.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant