only-cliches / Vulkan

Examples and demos for the new Vulkan API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

winit

This is just the winit window example with very light modifications:

  • The #[mobile_entry_point] annotation generates all the boilerplate extern functions for mobile.
  • Logging on Android is done using android_logger.

To run this on desktop, just do cargo run like normal! For mobile, use cargo android run and cargo apple run respectively (or use cargo android open and cargo apple open to open in Android Studio and Xcode respectively).

About

Examples and demos for the new Vulkan API

License:MIT License


Languages

Language:C++ 74.4%Language:GLSL 14.9%Language:Rust 9.9%Language:CMake 0.3%Language:Python 0.2%Language:JavaScript 0.2%