Our Paint v0.3 is out NOW


After some major improvements, Our Paint v0.3 is finally out :D

Also, I made a short comic with Our Paint while developing all these features and improvements. Go check it out :D

Compared to the previous version…

  • Support custom keyboard shortcut for operations. Configure them in Circle > Input Mapping or User Preferences > Input > Input Device Handling.
  • Our Paint now writes thumbnail inside .ourpaint files. When selecting files from Our Paint internally, you can see the thumbnail showing up. For linux, Our Paint would also show thumbnails from other files if they have system thumbnail cache.
  • Our Paint is now capable of writing project files with multiple threads, it’s much faster than before. This feature is off by default, and can be enabled in the user preferences. If you found it to be unstable or you don’t have adequate memory, you can just turn that option off.
  • New feature for automatically setting color spaces for different monitors. Configure this feature in User Preferences > Display > Per screen config.
  • New feature for moving/duplicating layers, also there’s a one click sketch layer toggle feature.
  • New color value boost feature, this allows you to select colors that has RGB values that are over 1. This is useful for bright color mixing.
  • Multiple new brush modes:
    • Normal
    • Lock Alpha
    • Tint(Lock brightness and alpha)
    • Accumulate (Accumulate with RGB value only, pixels appears brighter as you draw)
  • New notebook feature, it can save some text notes alongside the canvas.
  • New visual reference grid feature, convenient for drawing horizontal or vertical lines.
  • Crop to border feature now allows you to crop to inner/outer borders and also for left/right pages individually.
  • Allowing specifying position when importing PNG files.
  • Now allowing exporting PNG files with transparent backgrounds.
  • Fixed the slight issue where converting from AdobeRGB in lcms make the image go slightly darker than the GLSL canvas result.
  • Integrally numbered brush size feature.
  • Improved support for huge images, it should be much more stable in huge canvas as long as you have adequate memory.

Have fun painting :D

Files

OurPaint_v0.3_Windows_x86_64.zip 19 MB
12 days ago
OurPaint_v0.3_Linux_x86_64.tar.gz 28 MB
12 days ago

Get Our Paint

Download NowName your own price

Comments

Log in with itch.io to leave a comment.

I actually made a mistake of not turning on threaded file IO in the code by default, so updated the release log description to reflect that.