Joseph Posted May 7, 2015 Posted May 7, 2015 (edited) http://prntscr.com/72mgae i just made this painter to make things easier for me. Would you guys use it if i release it? Edited May 7, 2015 by josedpay
Rudie Posted May 7, 2015 Posted May 7, 2015 (edited) I still use Easel, was a tool made back in like 2011-2012, still works perfectly. It looks great tho Edited May 7, 2015 by Rudie 1
Joseph Posted May 7, 2015 Author Posted May 7, 2015 (edited) I still use Easel, was a tool made back in like 2011-2012, still works perfectly. It looks great tho this is like a few line of code to initialize it and its an easy and quick paint. seeing as im trying to make a few scripts. Its annoying to have to repeat / remake the paint edit: ill post pics in a little Edited May 7, 2015 by josedpay
Rudie Posted May 7, 2015 Posted May 7, 2015 this is like a few line of code to initialize it and its an easy and quick paint. seeing as im trying to make a few scripts. Its annoying to have to repeat / remake the paint Ah, I'm sure it'll help new scripters out
Joseph Posted May 7, 2015 Author Posted May 7, 2015 (edited) http://prntscr.com/72mwkv http://prntscr.com/72mv9k better pictures @Valkyr Edited May 7, 2015 by josedpay
UKF Posted May 7, 2015 Posted May 7, 2015 (edited) I don't use any of these paint generators :p I like writing my own custom class. In my opinion, beginners should learn graphics2d then jumping out to paints a these stuff. It's not even complex to write paints lol. Drawing a string, placing coordinatinates, some mathematics logic. I might post my paint class if you want ;p I almost use it for anything. And Easel is useful, but I would still advise people to learn custom paint class ;p Edited May 7, 2015 by UKF