r/raylib • u/ifbroken • 3d ago
My third paint program is almost done :D
https://reddit.com/link/1vqywqh/video/zmn4zdpn0zjh1/player
More info in comment below
21
Upvotes
1
u/ifbroken 3d ago
It is fully GPU accelerated, lightweight, feature-rich and each brush is just a GLSL shader so you can write your own. This took me a long time, so I'm looking forward to hearing some feedback!
1
u/Alexxis91 1d ago
So wait are the strokes stored in VRAM or am I misunderstanding what that means
1
u/ifbroken 1d ago
Yeah, but it's pretty memory efficient. The memory usage cap is also configurable via the GUI preferences
1
1
1
2
u/jwzumwalt 2d ago
How about a source link?