Skip to main content

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

This software is really promising. I work from low end hardware, and appreciate more options for making art. For 0.3, it’s pretty astonishing, hope you continue to work on it. Finding contributors in the beginning may be hard, but I can see it growing greatly in the future.

Hi there! Thank you very much for the compliments :D

If it’s a low end hardware, you might be limited on how much VRam you can access. Since Our Paint saves the canvas in the video memory, it can limit how big you can draw. However if you are not drawing absolutely huge, it should work just fine most of the time.

Could you tell me how much memory your machine has and also video memory (if you have a discrete video card)? I could try to implement a limit on internal resource allocation and make sure it will work stably.

8 GB RAM, no discrete video card. Huge brushstrokes are slow, but hangups are about on par with a program like AzPainter.

Ah thanks! I’m gonna try introduce a limit mechanism in OurPaint so it won’t accidentally crash your PC.