Skip to content
  • Aloshi's avatar
    Created the ResourceManager, Resource, and TextureResource classes. · 90af5d47
    Aloshi authored
    The ResourceManager provides a unified interface for accessing resource
    data, embedded or from the filesystem, with
    initialization/deinitialization handled automatically behind the scenes.
    It also keeps from creating duplicate resources (e.g. when two
    ImageComponents use the same image file).
    Audio still needs to be moved over to it.
    90af5d47