Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Very convenient, but no way to save/export drawing as png? Otherwise I feel like I've just thrown my drawing away.

it's a good idea i will try to add this on a new update, thanks you for the comment.

let me know if you have any new sugestion.

and sorry to reply this late

No probs lol. I think saving/exporting would be a must have, but I also have two more suggestions that would make the program a powerful tool:

a - The ability to export a png of just a selected area (this would require adding a selection tool obviously).

b - Layers with opacity sliders. This may be harder to implement (or not, I really don't know) but it would allow users to rotoscope super easily. Then they could export each layer to a png and use something like Krita/Aseprite to touch up/add colour and pack to a sprite sheet.

(+1)

Yes i got a methode to do the screenshot but the background (window) become black, and for the selection tool it's gonna be the hardest work, ill try to find some way.

and for the layers it should work too, i got to try it first

I'm trying adding different brush style too

I don't know much about creating apps, but would it be a solution to have an 'export' button that makes a checkerboard alpha transparency layer that automatically activates underneath all the other layers at 100% opacity, then you click on a 'save as' button which opens the file directory to save as png, bmp etc?

I'm only new to this whole coding thing so I don't know what's easier/harder depending on what language you're using and what lines of code you'd have to change.

Yes, i can do that, adding a background for the screenshot is easy, but if you want to take a screen of the windows behind what you draw i'm not sur it's possible unless you use windows directly

i'm using c# and i'm coding with Unity

I don't think anyone would want to capture their screen as well as the drawing, just the drawing. Everything underneath is just a reference while you draw, essentially. You can always use ctrl+prt sc for screenshots lol.

(+1)

Ok then, i'll ad the background and the possibility to change the color for the background (today or tomorrow =))