FyroxEngine / Fyrox

3D and 2D game engine written in Rust
https://fyrox.rs
MIT License
7.61k stars 340 forks source link

Android support #433

Closed mrDIMAS closed 1 year ago

mrDIMAS commented 1 year ago

This PR adds basic Android support. There's no sound support yet - fyrox-sound needs a separate backend for Android. Renderer performance is also quite bad, because it is PC-oriented. These issues will be fixed separately.

Part of #175