Skip to main content

On Sale: GamesAssetsToolsTabletopComics
Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

chengdulittlea

38
Posts
40
Followers
41
Following
A member registered Dec 13, 2018 · View creator page →

Creator of

Recent community posts

:D Glad you like it!

I have done a YouTube stream previously with Our Paint, maybe you could take a look 🤔

https://www.youtube.com/live/QhuwlqJ55gE?si=fE1zbHi4vkZj_X8X

Hi! Our Paint doesn’t support Mac at the moment. I haven’t recorded any videos either lol… But if you have a windows/linux machine it might be interesting to try it out for yourself :D

yaaay

Cute :D

This is uhmmmm… interesting

您好,尝试直接从文件夹启动exe。最近的windows版本工作路径可能有问题。如果不行,请在 设置>资源 中添加好得涂文件夹

您好,软件自带二十余款笔刷,开箱即用。如有不清楚的地方,欢迎参阅手册。 :D

I love these little reality-derived games they are so cute fun!

This is so cute! And very much in the same vibe as your older travel games :D

Ah actually I think I might go and use some extra calls to show/hide console window on demand. Because this way it’s more controllable and sometimes you can enable system terminal for seeing extra outputs. I used to do that on some of my older programs but yeah I think it’s best to make it into Our Paint as well. Thank you very much for the suggestion :D

HWND hWnd = GetConsoleWindow();
ShowWindow( hWnd, SW_HIDE );

Oh you are definitely welcomed to post issues there so we can have more detailed discussions.

I’m pretty sure it was some stupid mistake I made somewhere. Glad you are reporting and trying to help :D

Hi hi! Thanks for your detailed feedback! I will definitely check on windows and try to debug this issue. There might be some slight memory-related bugs that due to the difference of how OurPaint allocates on windows and linux it might not work as well. I will try to fix this in the next update.

Thank you so much again for getting back :D

Hi! If this option works, then pressure is working normally. Most brushes in OurPaint has pressure dynamics already. If you want a simple configuration, just add a new brush, don’t enable the nodes, then there will be a P symbol next to size/transparency sliders and if you click that it will automatically use pressure for those properties. However the crashing thing may need more investigation. It shouldn’t crash that frequently as I barely had any using this to create my comics… I’m actually not sure how can I reproduce the crash… Could you describe what your exact actions are when you encounter the crash? Thanks!!

Also, see if any other programs recognize pressure, like Krita or Blender.

Hi hi! You may want to toggle this setting in windows: In windows pen setting, you can find a “allow this device to be used as mouse” option (You may need to dig a little bit, it’s in the setting app in Win11 and Win10, can’t remember that clear…), you either set this option to on and off, and together with the wintab option in OurPaint and Huion software, you should get pressure to appear in one combination… Use “Digital Pointy” brush to see the pressure effect more prominently. I had to use this option as well to get pressure on windows, it’s kinda weird.

Thank you mate! And have fun painting :D

(1 edit)

Hi! If you are on windows, OurPaint supports Windows Ink, and I think all tablets on windows now have that driver option (after you installed the driver, you can set that in the program), and you will have no problem using it. I have Huion/xppen users saying they work fine, even without windows ink, those tablets mostly uses wacom-compatible driver, so programs can recognize them just fine. On linux, it should also just work after driver installation. You can pick any reasonably reputable model and you should be good to go :D

If you ever encounter any problems with tables, please report back to me and I’ll cooperate with you to fix the issue. (most of the time just minor tweaks and we can support a brand new tablet)

Cheers!

Hi there! I’m sorry you have problem accessing the page. It does load fine here, so I believe it could be a slight hiccup on my server… Sometimes they got DDoS’ed, or it could also be your ISP somehow can’t route to the server.

The archive page is indeed the manual. Could you try again for my website? I’m not actually sure what is going on exactly

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

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.

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.

I have fixed the huge file saving issue and it will be available in the next version. Now saving is only limited on how much memory your machine can allocate, and when it can’t allocate enough memory, it should give a prompt and not crash :D

Oh, then if you don’t need to export them as the “spaced apart” layout as-is, you can use the crop tool to specify a region to export. That way it shouldn’t crash. If you draw those images on different layers apart, each layer won’t be as big so you can succesfully save it.

The recent project I’ve been doing is sized at 10641x7730 and it works without any particular problem :D

Also in v0.3 there will going to be a layer moving feature so you can move individual pictures around granted you’ve painted them in separated layers.

Wow you are indeed trying to save a huge file (in the first video the terminal actually outputs the dimension, it’s like 20000px wide…) I’ll definitely check and try handle the case of huge dimensions. I don’t really think it’s a memory problem, it’s likely that some integers overflowed because I don’t think I have used 64 bit integer in some places that could be relevant.

(What kind of usages do you need that big of an image? XD you can see the zoom level at the bottom left of the canvas, and by default it’s 50%)

Anyways, thank you very much for your detailed feedback :D

Hi! You can save .ourpaint file first. Are you able to save the ourpaint project file? Because internally it uses 16bit canvas as well…

Could you try doing it again from command line start and see if it produces any crash log? Does it only happen when you draw pretty big images?

I’ll definitely check on my side. Thanks for the feedback!

Hi there Coimel! Thank you for the feedback :D

Yes, this program uses a custom GUI I developed (laGUI), which is also available on my website if any tech nerd wanted to fiddle with it XD

About the language thingy, since I’m Chinese, a lot of naming are kind of there there for Chinese conventions… I need to revamp that for sure… I think I can let you guys suggest translations maybe? I’ll figure out a way to include a string name reporting feature in there. (The original string in the program is English and I just did a small mapping there when showing other languages)

If Wintab works then it’s probably okay. I kinda forgot what’s the situation about v0.2 and I haven’t got a XPPen tablet to test. I think if you can find windows ink option in the XPPen driver and then you could also use windows ink in Our Paint, but at least one way is working :D

The next version (v0.3) would include custom key mapping feature to allow you to set your own keys for commom operations. Currently the short cut for zoom is ctrl middle mouse. (I guess you can also just map in tablet software? But yeah having a setting for what users prefer in Our Paint is important)

Enjoy creating!

Hi! I’m sorry the archive seems to be broken due to my FTP thing. WellObserve is my website :D but I think the last time the archive was also broken 😅. I’ll get to it after new year.

I’m very glad you love it, and I’m also a big fan of MyPaint. I may implement a brush share feature from the program, it can also be hosted on my website too, but currently there’s not that many people using it, I haven’t heard that many people working on custom brushes so it may take a while. But very glad you shared the experience so far.

This is so cool!!

图片.png

挺好

Ahhh :D Thanks and have fun there!

Ah I see, I think there are checks in place for file formats, but I’ll have to recheck.

The smudge brush doesn’t “push paint around” but rather behave like your finger on pencil strokes, it makes the image dirty.

How did you find out about my artstation? :D

Hi! Could you give me the image you are trying to import? Does it crash every time you tries to import things?

I also had some other reports on wacom screen mapping issue. I need to check this.

Selection tool? At the moment no, since I made it mainly for painting and I haven’t quite planned any editing feature. You can still crop the export region with the crop tool. I probably will add a layer moving feature so it can allow you to move imported images.

Thanks for the compliments :D And do please report any crashes!

Awww thank you so much for testing it :D

Very cool and unique little experience game!

Brilliant! I love these light games

This is such a great idea of an interactive game!

This is brilliant!!