• bstix@feddit.dk
    link
    fedilink
    English
    arrow-up
    4
    ·
    2 hours ago

    What’s the size of the music/graphics/game code/stuff that is needed for any app to run on Android?

    I believe (without knowing for sure) that you could make a similar game much smaller by “rendering” the music and some of the graphics.

    • pirat@lemmy.world
      link
      fedilink
      English
      arrow-up
      1
      ·
      8 minutes ago

      “rendering” the music and some of the graphics.

      I think that’s what’s called procedural audio/graphics. For audio, it’s like building synthesizers into the game, to then be able to play the music/fx as a program (sort of like sheet music) instead of an audio file.

      • bstix@feddit.dk
        link
        fedilink
        English
        arrow-up
        1
        ·
        edit-2
        1 minute ago

        The music doesn’t have to be completely synthesized… Most early computers would simply reuse the audio snippets as “samples”, and program the pitch and timing in a “tracker”

        Listening to the Flappy Birds music, which I admit that I did, then all of the music could be done in a tracker, even if it might not have been originally. It’s a bit of a lost art form, but there are several kilobytes to save!