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

Decouple public API from glutin and glium #4

Open
vadixidav opened this issue Aug 4, 2017 · 1 comment
Open

Decouple public API from glutin and glium #4

vadixidav opened this issue Aug 4, 2017 · 1 comment
Milestone

Comments

@vadixidav
Copy link
Member

In several places, elements of glutin and glium are publicly exposed by the API. From the user's perspective, only necessary entry points should be exposed and wrapped by structs/implement traits which are in the library and then hide everything else about the implementation with the backend.

@twh2898 twh2898 added this to the 1.0 milestone Aug 4, 2017
@vadixidav
Copy link
Member Author

On example of this currently is that the texture type being used now is an Rc, where Texture2d comes from glium.

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

No branches or pull requests

2 participants