foxnne / pixi

Pixel art editor made with Zig.
https://foxnne.github.io/pixi/
MIT License
738 stars 23 forks source link

internal: Move editing cursors into one texture #42

Closed no1hitjam closed 8 months ago

no1hitjam commented 8 months ago

This should simplify adding new cursors or creating variations

foxnne commented 8 months ago

Great idea and thanks! However, on the sysgpu branch I've been working on, I recently merged a change that uses pixi's own file setup for its art assets as well. I apologize for the duplicate work, I should have done something to make known that active development is currently a little split with the change to sysgpu. Its also a bit complex because sysgpu fixes a long-standing bug but currently mach-core is disabling sysgpu due to zig not being able to handle optional dependencies, so it could be in this state of limbo for a bit. See here.

Screenshot 2024-01-03 at 1 00 08 PM
no1hitjam commented 8 months ago

Ah cool. I noticed some chatter on that in the magenta bug thread but didn't realize the full scope. In that case sounds like you have this covered already, no worries.

foxnne commented 8 months ago

Closing now, I just merged the sysgpu branch which brings this update to Pixi, you can now edit Pixi's artwork directly using Pixi itself. (open the pixi/assets/src folder)