Skip to content

Examples and demos for the new Vulkan API

License

Notifications You must be signed in to change notification settings

only-cliches/Vulkan

 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 74.5%
  • GLSL 14.9%
  • Rust 9.9%
  • Other 0.7%