how difficult is it to program an art software

Intelligent discourse happens here. Bring your sharpest ideas to the table and we'll see who wins the battles of wits
Post Reply
User avatar
worm
 

Posts: 34
Joined: Mon May 01, 2023 1:02 am
Location: the groudn

how difficult is it to program an art software

Post by worm »

like genuinely i think about trying to do this alot but i have zero understanding of how to begin any of it. problem i have with every program is that theres no fun tools like in mspaint or tuxpaint its just either the pencil tool or paint tool. i want like, heavypaint mixed with gimp. every program with good tools is very limited in terms of editing and layers and its bothersome having to open and transport it to several different programs to do various effects. i hate clipstudio it has this god awful neopet coin bullshit and social media subscription thing
Image
Image
Image
User avatar
worm
 

Posts: 34
Joined: Mon May 01, 2023 1:02 am
Location: the groudn

Re: how difficult is it to program an art software

Post by worm »

like yes i understand i can make my own brushes with dynamics applied and i do this but i cannot make it do these very specific things im wanting it to do and its irritating
Image
Image
Image
User avatar
worm
 

Posts: 34
Joined: Mon May 01, 2023 1:02 am
Location: the groudn

Re: how difficult is it to program an art software

Post by worm »

im having a look at krita .this is cool i think
Image
Image
Image
User avatar
miles
 

Posts: 121
Joined: Mon Dec 19, 2022 12:30 am
Mastodon: https://den.den.nohost.me/@miles
Contact:

Re: how difficult is it to program an art software

Post by miles »

This made me want to play with coding a painter, I made this one that is pretty simple, just a rainbow brush that changes size based on speed, but you can look through all the code and mess with it. I used p5 which is a framework for javascript that makes drawing graphics to a canvas quicker and easier.

https://editor.p5js.org/warpKaiba/sketches/MO_74Q2xh

I love krita its brush engine is really good. It can't do the "ribbon" type brushes that are in csp, the ones that are like a texture mapped to a ribbon. I don't use those kinds of brushes with preset graphics but the ribbon would be good for remaking the marker brush from windows vista ms paint
Image

- "I'm A Cyan Kinda Guy"
"Follow the rules. Or face the banhammer"
-- Webmaster Miles
User avatar
tequt
 

Posts: 33
Joined: Sat Feb 11, 2023 9:57 pm
Location: land of pine martes in ties
Mastodon: https://denden.world/@tequt
Contact:

Re: how difficult is it to program an art software

Post by tequt »

I never could figure out how to use any advanced brushes in my art, I've always stuck to the basic pixel brush. Anything else with slight complexity just enrages me and leaves me sobbing!!!
User avatar
gloam
 

Posts: 17
Joined: Fri Jan 06, 2023 12:03 am
Location: https://denden.world/@gloamclone

Re: how difficult is it to program an art software

Post by gloam »

miles wrote: Sun May 28, 2023 2:30 am This made me want to play with coding a painter, I made this one that is pretty simple, just a rainbow brush that changes size based on speed, but you can look through all the code and mess with it. I used p5 which is a framework for javascript that makes drawing graphics to a canvas quicker and easier.

https://editor.p5js.org/warpKaiba/sketches/MO_74Q2xh

I love krita its brush engine is really good. It can't do the "ribbon" type brushes that are in csp, the ones that are like a texture mapped to a ribbon. I don't use those kinds of brushes with preset graphics but the ribbon would be good for remaking the marker brush from windows vista ms paint
Image
fun to mess with!

Im also curious how you could make a custom painting program on a personal website for fun, I used to mess with deviantart Muro sometimes and thought those tools p fun for what it was.
Image :razz: -(psst tap on the glass or me)
User avatar
d188
 

Posts: 5
Joined: Tue Jul 25, 2023 12:58 am
Location: USA
Mastodon: https://denden.world/@d188

Re: how difficult is it to program an art software

Post by d188 »

I was actually making my own piece of drawing software. it was made in python, but it was very, very barebones. only had a couple brush sizes and RGB colors plus black and white. might revisit it at some point.
01101001 01101101 00100000 01110010 01101111 01100010 01101111 01110100 00100000 01101110 01101001 01100011 01100101 00100000 01110100 01101111 00100000 01101101 01100101 01100101 01110100 00100000 01111001 01101111 01110101
Image
User avatar
tequt
 

Posts: 33
Joined: Sat Feb 11, 2023 9:57 pm
Location: land of pine martes in ties
Mastodon: https://denden.world/@tequt
Contact:

Re: how difficult is it to program an art software

Post by tequt »

OOOOOOO, I wanna see it :333
User avatar
d188
 

Posts: 5
Joined: Tue Jul 25, 2023 12:58 am
Location: USA
Mastodon: https://denden.world/@d188

Re: how difficult is it to program an art software

Post by d188 »

OOOOOOO, I wanna see it :333
It's called Dudle, i should probably start working on it again, i'd love to have a piece of software to call my own and maybe draw some more complex stuff in. it could be like a piece of oekaki software, nothing too grand or complex.
it utilizes the kivy framework
It does not have a GUI, you change colors and size at the press of a key
- and + change brush size
1-5 on the numrow or numpad change brush color
Image
01101001 01101101 00100000 01110010 01101111 01100010 01101111 01110100 00100000 01101110 01101001 01100011 01100101 00100000 01110100 01101111 00100000 01101101 01100101 01100101 01110100 00100000 01111001 01101111 01110101
Image
Post Reply