DerKoun / bsnes-hd

bsnes fork that adds HD video features
GNU General Public License v3.0
625 stars 35 forks source link

[Feature Request] [Bounty] Add custom sprite/texture dumping/injection support #71

Open snekz4 opened 3 years ago

snekz4 commented 3 years ago

Bounty Requirements:

  • Ability to dump sprites/textures from VRAM
  • Ability to replace sprites/textures with full-color, high-resolution images that the SNES cannot support natively
  • Should preferably support use of custom sprites/textures of any size. Must at least support injection of textures up to 2k resolution .
  • Support for loading texture packs

https://www.bountysource.com/issues/96393892-feature-request-add-custom-sprite-texture-dumping-injection-support

DerKoun commented 3 years ago

Random notes for anyone looking into implementing this:

saftle commented 3 years ago

I just threw $30 at it for now. Hope to see this happen!

snekz4 commented 3 years ago

Would dds files provide good performance?

DerKoun commented 3 years ago

Added "bounty" label.

The image format is likely irrelevant for performance in the beginning. Doing the replacement mappings every frame will be most significant, I'd guess.