Commit Graph

  • 0d0c10ebb2 Runs cargo fmt across everything Robert Bragg 2022-08-11 23:13:41 +01:00
  • 5220d35373 Don't depend on a specific micro version of libc Robert Bragg 2022-08-11 23:02:10 +01:00
  • b05dcb6d44 Merge pull request #9 from Zoxc/ci Robert Bragg 2022-08-11 22:16:50 +01:00
  • e4608b0791 agdk-winit-wgpu: update to wgpu 0.13 Robert Bragg 2022-08-11 03:37:22 +01:00
  • ce36c38934 Update to expect 0.27 based Winit branch Robert Bragg 2022-08-11 03:35:54 +01:00
  • 7a49db4d61 Update to ndk 0.7 and ndk-sys 0.4 Robert Bragg 2022-08-11 03:32:28 +01:00
  • 73a1acb3c7 examples: bump gradle-wrapper to fetch gradle-7.5-bin.zip Robert Bragg 2022-08-11 03:12:33 +01:00
  • b07717d8ac Merge pull request #8 from Zoxc/misc-fixes Robert Bragg 2022-08-11 02:12:37 +01:00
  • 8601f28eba Split formatting to a separate job John Kåre Alsaker 2022-08-11 01:04:09 +02:00
  • 49c877085b Fix indentation John Kåre Alsaker 2022-08-11 00:49:22 +02:00
  • 9e3d8fd977 Add CI John Kåre Alsaker 2022-08-10 23:29:37 +02:00
  • 5a7bc64bb1 Fix types John Kåre Alsaker 2022-08-09 22:55:37 +02:00
  • 114e249cbd Fix egui build John Kåre Alsaker 2022-08-09 22:44:50 +02:00
  • 875952b2a9 Update Gradle to build with Java 18 John Kåre Alsaker 2022-08-09 22:44:04 +02:00
  • b1b7f49c7e Add target/ to .gitignore John Kåre Alsaker 2022-08-09 22:43:22 +02:00
  • 19c989c640 agdk-mainloop: fix features declaration Robert Bragg 2022-07-26 02:03:36 +01:00
  • 6278b54494 agdk-winit-wgpu: fix use of android_activity Robert Bragg 2022-07-26 01:58:19 +01:00
  • a73f9202d0 Add minimal Oboe audio library example Robert Bragg 2022-07-26 01:31:53 +01:00
  • bb8eeb705c native-activity: emit an InputAvailable event for new input Robert Bragg 2022-07-06 15:22:09 +01:00
  • 1ca5f13874 android_native_app_glue: expose helpers for attaching input queue to looper Robert Bragg 2022-07-06 15:17:33 +01:00
  • eda89d0e15 generate-bindings: use ANDROID_NDK_HOME if set Robert Bragg 2022-07-06 14:58:29 +01:00
  • a8e8017918 Bump ndk/ndk-sys deps for consistency with winit master v0.1.1 Robert Bragg 2022-07-04 20:54:20 +01:00
  • a8c0e37d80 Fix for generate-bindings.sh and updates generated ffi bindings Robert Bragg 2022-07-04 20:40:03 +01:00
  • 3f06bce6ce Cargo.toml: Add docs.rs link Robert Bragg 2022-07-04 19:39:03 +01:00
  • 74b2f22494 docs: generate docs as if native-activity feature enabled Robert Bragg 2022-07-04 02:39:59 +01:00
  • ffaabf09c8 Cargo.toml tweaks for publishing v0.1.0 Robert Bragg 2022-07-04 00:21:29 +01:00
  • b63b5e15fa Update READMEs Robert Bragg 2022-07-03 23:34:25 +01:00
  • 2264826535 Update examples to use android_activity Robert Bragg 2022-07-03 14:46:27 +01:00
  • 12aa17ee42 Remove redundant game-activity + native-activity crates Robert Bragg 2022-07-03 21:19:14 +01:00
  • 86a4ba1662 Adds configurable android-activity crate Robert Bragg 2022-07-03 21:08:42 +01:00
  • d4459921b9 Remove global android_app() API Robert Bragg 2022-07-03 01:41:49 +01:00
  • 0565ae01ec Expose native_window() via AndroidApp instead of static Robert Bragg 2022-07-02 19:24:52 +01:00
  • 70e33c9635 na-subclass-jni example: add ndk-context dep Robert Bragg 2022-07-03 14:45:36 +01:00
  • 864d782c24 Attach native thread to JVM before calling android_main Robert Bragg 2022-05-28 02:50:03 +01:00
  • c492fead0f App: Expose internal/ext/obb paths + sdk_version Robert Bragg 2022-05-28 02:46:47 +01:00
  • 2a8fc83ea2 build.rs: disable 'extra' warnings Robert Bragg 2022-05-25 23:58:04 +01:00
  • 73d56ede5f GameActivity PATCH: remove unused variable Robert Bragg 2022-05-25 23:57:45 +01:00
  • a0f52a2398 GameActivity PATCH: sync with upstream Robert Bragg 2022-05-25 23:51:48 +01:00
  • d929a88468 README: add adb logcat command to initial example Robert Bragg 2022-05-25 22:30:23 +01:00
  • 5d38fdf593 A few minor simplifications of the *-mainloop examples Robert Bragg 2022-05-25 22:25:03 +01:00
  • 4f8227b5ba Add an initial top-level README Robert Bragg 2022-05-25 20:19:34 +01:00
  • 99fc467be0 Add minimal NativeActivity subclass example with JNI Robert Bragg 2022-05-23 01:58:41 +01:00
  • 084b807319 agdk-egui: build with upstream master branch Robert Bragg 2022-05-23 01:51:50 +01:00
  • 2f3dbf12a6 add android:configChanges to manifests + remove some unused xml Robert Bragg 2022-05-23 01:41:33 +01:00
  • b2a675cb40 native-activity: remove unused input.rs copied from game-activity Robert Bragg 2022-05-20 05:13:50 +01:00
  • 9ac0e2f6e2 na-winit-wgpu: don't look for winit crate locally by default Robert Bragg 2022-05-20 05:03:47 +01:00
  • bab9bcf104 Add na-winit-wgpu example based on NativeActivity Robert Bragg 2022-05-20 04:05:49 +01:00
  • 19784d95e3 Add minimal mainloop example based on NativeActivity Robert Bragg 2022-05-20 02:16:41 +01:00
  • 0c3c4db1a6 Add initial native-activity glue crate Robert Bragg 2022-05-20 00:32:36 +01:00
  • 8ca76116be Cargo.toml: exclude examples/agdk-egui from workspace Robert Bragg 2022-05-20 02:12:41 +01:00
  • 316021e4ac agdk-winit-wgpu: use env_logger if not on Android Robert Bragg 2022-05-20 02:09:04 +01:00
  • 164957ec65 game-activity: rework input API Robert Bragg 2022-05-20 01:51:05 +01:00
  • 57dda66a54 game-activity/README: refer to issue that describes ndk-glue sync concerns Robert Bragg 2022-05-20 01:48:45 +01:00
  • 3349344339 game-activity: support generating bindings on Windows Robert Bragg 2022-05-20 00:18:46 +01:00
  • 3f1e6ced43 GameActivity PATH: fix for checking history pointer samples Robert Bragg 2022-05-20 01:46:54 +01:00
  • 69d0de4db1 agdk-egui: use upstream egui-winit + egui-wgpu crates Robert Bragg 2022-05-17 18:14:18 +01:00
  • bfc0d091e6 Add a minimal Egui + Winit + WGPU based example Robert Bragg 2022-05-13 20:09:34 +01:00
  • c36efc7f6b GameActivity PATCH: support capturing historic pointer samples Robert Bragg 2022-05-12 02:27:01 +01:00
  • 74e8ff645a Remove unused src/shader.wgsl from agdk-mainloop example Robert Bragg 2022-05-10 03:08:56 +01:00
  • 915f7382e5 Add a minimal Winit and WGPU based example Robert Bragg 2022-05-10 01:16:57 +01:00
  • 02dda282d0 Add basic agdk-mainloop example Robert Bragg 2022-05-09 00:39:55 +01:00
  • 32843ac726 GameActivity PATCH: rename symbols to export via Rust Robert Bragg 2022-05-08 22:27:46 +01:00
  • 9267b60938 GameActivity PATCH: compilation fixes Robert Bragg 2022-05-08 22:25:03 +01:00
  • e27b6b5a44 GameActivity PATCH: capture KeyEvent scanCode Robert Bragg 2022-05-08 02:41:48 +01:00
  • b97adb91f9 GameActivity PATCH: enable tracing Robert Bragg 2022-05-08 02:40:39 +01:00
  • 6fb438de82 Initial GameActivity glue implementation Robert Bragg 2022-04-22 18:29:21 +01:00