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
210 stars 54 forks source link

Update DX11 Renderer to use Pictomancy Library #90

Closed sourpuh closed 1 month ago

sourpuh commented 1 month ago

Pictomancy is a library version of the DirectX renderer I wrote for Splatoon. There should be no major differences with this change.

Included is:

  1. Workaround for linux users that fail to compile Stroke GS. Pictomancy will fail over to ImGui rendering.
  2. Fix for stroke thickness 0 turning off fill.

I saw a different linux error failing to compile the Fan shader. The fix for that is still in progress, but I think this will fix it for most people.

Limiana commented 1 month ago

Thank you!