PunishXIV / Splatoon

An accessibility tool to assist in FFXIV gameplay and compensate for human imperfections.
https://puni.sh/plugin/Splatoon
GNU Affero General Public License v3.0
209 stars 54 forks source link

Replace old Imgui renderer with Direct3D renderer #46

Closed sourpuh closed 6 months ago

sourpuh commented 6 months ago
  1. Rewrote all shape screen drawing code to use D3D buffers and shaders
  2. As a side effect of the rewrite, renderable zones now have negligible performance loss
  3. Added support for up to 32 clip zones as an alternative to renderable zones
  4. Switched blending to now use maximum alpha instead of additive alpha
Limiana commented 6 months ago

Thank you!