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

ndk-example: Demonstrate Looper usage without winit #161

Merged
merged 2 commits into from
Aug 23, 2021

Commits on Aug 17, 2021

  1. ndk-example: Demonstrate Looper usage without winit

    Originally proposed [here], this adds a simple looper example
    demonstrating how to use Android's `Looper` through the NDK bindings in
    similar fashion to `winit`.  It uses `ndk_glue`'s event pipe, Android's
    `InputQueue` and a custom Unix pipe to transfer events to the Looper
    (thread).
    
    [here]: rust-mobile#111 (comment)
    MarijnS95 committed Aug 17, 2021
    Configuration menu
    Copy the full SHA
    f155917 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f3db9f6 View commit details
    Browse the repository at this point in the history