bevy 0.3.0

A refreshingly simple data-driven game engine and app framework
Documentation
1
2
3
4
5
6
7
8
9
10
// Edit to run any single file example from Bevy.
include!("../3d/3d_scene.rs");

#[cfg_attr(
    target_os = "android",
    ndk_glue::main(logger(level = "trace", tag = "android"), backtrace = "full")
)]
pub fn android_main() {
    main();
}