Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Asset subsystem #8

Closed
DCNick3 opened this issue Apr 29, 2021 · 0 comments
Closed

Asset subsystem #8

DCNick3 opened this issue Apr 29, 2021 · 0 comments

Comments

@DCNick3
Copy link
Owner

DCNick3 commented Apr 29, 2021

Need to implement a generic way to bundle non-executable data with the program. Probably will need several back-ends for different platforms (put to data/other section on Linux, as the load is on demand; use romfs for libnx/Atmosphere)

What it can be used for:

  • embedding localization data (like encoding mapping tables or locale information)
  • embedding the target executable file, dlls and their resources (for the ease of distribution)
  • embedding the ICU data (if we will stick with it)
  • etc
@DCNick3 DCNick3 changed the title Asset sybsystem Asset subsystem May 8, 2021
@DCNick3 DCNick3 closed this as completed May 12, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant