trying to update the little app i use to """live stream""" the drawing i'm making, the current flow is:
> the app checks for updates on a png file
> when theres an update it posts it trought the nc api to my site
the problem is: i have to export the drawing i'm making every time i want to update the status on my site
somehow i got it working in a barebones state very quickly, but opacity doesn't work, the colors are all messed up, text layers are broken, everything is broken :3
i think i should publish this code, but thats such a niche thing, you have to
1. want to livestream a drawing you are making onto a website
2. it needs to be hosted on neocities
3. you have to specifically use firealpaca to draw
i'm trying to make so the app checks for updates on the actual firealpaca MDP project file, converts it to PNG, and then posts it
somehow i got it working in a barebones state very quickly, but opacity doesn't work, the colors are all messed up, text layers are broken, everything is broken :3
i think i should publish this code, but thats such a niche thing, you have to 1. want to livestream a drawing you are making onto a website 2. it needs to be hosted on neocities 3. you have to specifically use firealpaca to draw