Skip to content

Commit

Permalink
feat: Updated demo app readme to acknowledge source
Browse files Browse the repository at this point in the history
  • Loading branch information
jmetz committed Dec 29, 2024
1 parent d1896f4 commit 98a3dc4
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions templates/apps/bevy-demo/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
# bevy-demo

This is just the [Bevy breakout example](https://github.com/bevyengine/bevy/blob/main/examples/games/breakout.rs) with a `#[mobile_entry_point]` attribute on `main`, which generates all the boilerplate `extern` functions for mobile.
This is a modified version of [Niklas Eiker's Bevy Game Template](https://github.com/NiklasEi/bevy_game_template) with a `#[mobile_entry_point]` attribute on `main`, which generates all the boilerplate `extern` functions for mobile.

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).

Note that we've deliberately omitted the font used by the demo, since if the font loads successfully, it seems to trigger a text rendering crash in bevy.

0 comments on commit 98a3dc4

Please sign in to comment.