GithubHelp home page GithubHelp logo

bevy-android's Introduction

bevy-android

Support Platforms

  • Library (Usable in other rust proyects)
  • Mobile
    • Android
    • iOS (โš ๏ธ Soon)

Support Stores- GithubIO (only for web)# Requirements

Configure Github Actions

Warning

After initializing this project and having activated the github workflows, you need to configure the secret variables in your github project (This is done this way to protect the security of your data).

  • CI: Not required
  • CD/Deployment:Here is the list of each variable required for workflows, note that if you have not activated the functionality, you do not need to configure it
    • for Android:
      • KEYSTORE_PASSWORD
        • For this key I recommend to generate a random one (and optionally keep it in a safe place just in case, although theoretically it would not be necessary since you have this autodeployment).
        • Save it temporarily for use in the compilation key generation (KEYSTORE)
      • KEYSTORE
        • For this you have two options Video Help
          • Using Android Studio
          • Using Command Line
            • keytool -genkey -v -keystore <key_name>.jks -keyalg RSA -keysize 2048 -validity 36525 -alias <key_alias>
            • Fill in your data and you are ready to go
        • Now to put this key in the github secret variable, just run this command cat <key_name.jks> | base64
        • The output of the above command is what you should put in this secret

          [!WARNING] It is known that this is not the most secure way to store the key and although the secrets cannot be seen once created, I will work to implement a more secure way.

Development Guide

Note

If you want generate all needed for icons, you can use this page

  • Edit the .env file if you need
  • Edit src folder
  • Run cargo make dev for run as development mode
  • Run cargo make --list-all-steps for check all aviable tasks
  • To upload a new version and trigger all the workflows related to the deployment of a new version, you just have to run the command cargo release -x patch (See the cargo release -h for more information)

Other CargoMake Tasks

  • check - Check all issues, format and code quality
  • clean - Clean all target directory
  • clippy - Check code quality
  • default - Check all issues, format and code quality
  • dev - Run native launcher with development configuration
  • fix-all - Try fix all clippy and format issues
  • fix-fmt - Fix format
  • fmt - Check format quality
  • test - Check all unit test

bevy-android's People

Contributors

danyow avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.