You are reading a single comment by @rigrig and its replies. Click here to read the full conversation.
  • I was also thinking about how it bugs me that images are now included as basically read-only binary strings

    The IDE can convert images as it uploads, so in theory the app loader could maybe allow images to be converted on the fly. The problem is to get the best performance you really need to choose what image type you need - there's no point storing black and white images in 16bpp.

    IMO hiding all that away makes it far more likely we end up with slower, more memory-inefficient apps

  • Yeah, I don't really see a good solution for it. (but I'll try to at least add the source images I use to the repo)

About

Avatar for rigrig @rigrig started