Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Very pleasing to use :) Its power is definitely in its simplicity, and I can totally see myself sketching out some test graphics with this :D

It would be cool to have an export option as a vector file format, as the default is only non anti-aliased PNGs which don't look too great when zoomed in, and because I don't believe it can be that difficult to implement :)

I like the snapping to the grid,  but find it weird that it always snaps to the top left dot instead of the closest one.

I really like the polygon tool, and think that you could even make it the default selected one, its super fun to use :)). The pen tool I think deserves some thickness options. I love that you implemented all the standard movement option, even with middle mouse to drag :D however zooming with cntrl + scroll feels sort of weird, can't really explain it... Otherwise adding a select tool which could let you edit previously added shapes would be awesome :D

There is a bug I found, if you select the pen tool, select a dot, go two dots left and select it, and go three dots right (1 dot to the right of the first one) and select it and right click, there is a weird artifact which cuts into the line D:

The export window is sort of buggy as well, trying to click and drag to select the resolution and then inputting a number doesn't remove the previous ones, also it doesn't seem to update when I press enter or click away. Similarly the path field has some issues when selecting it including weird offsets and cursors that go offscreen. Also the browse window seems to have text in a different language :0

But all in all great work, I love the simplicity :D

Wow, thank you for such detailed feedback :). 

Actually, I've planned to add SVG support but I was running out of time. It can't be too hard, svgs are just xml files afterall and the shapes used in the app are quite simple.

As for the snapping, I agree that it feels weird. Also, there is a bug where you can't select points that lie on -1x or -1y.

Yeah, I'm aware of most of the bugs you've mentioned, although I haven't noticed the line glitch before. Most of them are due to the fact that I'm using my own UI library, which is quite unstable and lacks some important features such as localization :)