Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 969 Bytes

README.md

File metadata and controls

19 lines (10 loc) · 969 Bytes

Crossbow Android Platform

About

This folder contains the Java and Rust (JNI) code for the Android platform port, using Gradle and Cargo as a build systems. Used by the crossbow.

You will probably want to use the top level crossbow crate in your game.

WARNING

Crossbow Android is still in the very early stages of development. APIs can and will change. Essential features are missing, and documentation is sparse. Please don't build any serious projects with Crossbow Android unless you are prepared to be broken by API changes constantly.

Crossbow Android plugins

For more information on how to write custom Crossbow Android plugins see this tutorial.

Thanks and inspiration

This project was inspired by the Godot Android platform implementation, give them a star if you like ;)