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

Add Android support #160

Closed
kvark opened this issue Aug 1, 2014 · 2 comments · Fixed by #993
Closed

Add Android support #160

kvark opened this issue Aug 1, 2014 · 2 comments · Fixed by #993

Comments

@kvark
Copy link
Member

kvark commented Aug 1, 2014

@dobkeratops have a good example in https://github.com/dobkeratops/android_rust_gl

We'll probably need a platform implemented as well as to have a separate GLES-2.0 device.

@brendanzab
Copy link
Contributor

Servo also has https://github.com/mozilla-servo/rust-opengles (it works on android)

@emberian
Copy link
Contributor

emberian commented Nov 6, 2014

Blocked on #416

adamnemecek pushed a commit to adamnemecek/gfx that referenced this issue Apr 1, 2021
163: Remove Rust wrapper and examples r=kvark a=kvark

Fixes gfx-rs#160 
Closes gfx-rs#60

Everything specific to Rust API is about to be moved to https://github.com/gfx-rs/wgpu-rs
It would let this project to be a proper mirror of mozilla-central piece, and it would encourage other authors to experiment with different approaches to Rust wrappers (i.e. borrowing versus non-borrowing).

cc @jdashg

Co-authored-by: Dzmitry Malyshau <kvarkus@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants