Notices


Reply
Thread Tools
ciroip's Avatar
Posts: 334 | Thanked: 366 times | Joined on Nov 2008 @ Italy
#1
...still problems sleeping:
Just a teaser to show the complete abscence of interface...
the idea here is to test how fast can perform a paint program with this variables:
bad programmer+python+pygame
(by now painfully slow )

z, x, c, v,b = change colors (white, k, r,g,b)
left = decrease the pen size
right = increase the pen size
up and down pen's brightness? hue?
Everything works in 'realtime' (no need to interrupt drawing to change setting) so should be possible to achieve some old school effects (the main purpose of screenshot is to bring out tears from amiga people's eyes


happy weekend
__________________
I can't do it. No one can help.
[SIGPIC][/SIGPIC]

Flip Alarm Clock - 3DMania Theme - Synesthesia - Deluxepain
http://ciroip.blogspot.com/
http://twitter.com/ciroippolito
 

The Following 2 Users Say Thank You to ciroip For This Useful Post:
ciroip's Avatar
Posts: 334 | Thanked: 366 times | Joined on Nov 2008 @ Italy
#2
the application is not nearly as reactive as it should be (waiting liqbase lib?) but is nearly usable ( I mean the core simple drawing part). The stylus/screen is precise enough but the pygame line rendering is AWFUL and does not support any antialias or alphachan .
the thing is so basic that works on the tablet AND on any desktop with python+pygame.
new keys:
q: point line
w: continuos line
z, x, c, v,b = change colors (white, k, r,g,b)
left = decrease the pen size
right = increase the pen size
central key on the keypad = cls
https://garage.maemo.org/frs/downloa...680/dlp001.tgz
usual python25+pygame17

__________________
I can't do it. No one can help.
[SIGPIC][/SIGPIC]

Flip Alarm Clock - 3DMania Theme - Synesthesia - Deluxepain
http://ciroip.blogspot.com/
http://twitter.com/ciroippolito
 

The Following User Says Thank You to ciroip For This Useful Post:
Posts: 4,556 | Thanked: 1,624 times | Joined on Dec 2007
#3
Cool, though is the name really is DeluxePain? Haha.. when I saw it was a painting program I thought you meant DeluxePaint.
__________________
Originally Posted by ysss View Post
They're maemo and MeeGo...

"Meamo!" sounds like what Zorro would say to catherine zeta jones... after she slaps him for looking at her dirtily...
 

The Following 3 Users Say Thank You to Laughing Man For This Useful Post:
qole's Avatar
Moderator | Posts: 7,109 | Thanked: 8,820 times | Joined on Oct 2007 @ Vancouver, BC, Canada
#4
Hilarious name! For nearly the first time I wish I had an N810 -- keyboard shortcuts!

...former passionate Amiga owner and Commodore employee
__________________
qole.org --- twitter --- Easy Debian wiki page
Please don't send me a private message, post to the appropriate thread.
Thank you all for your donations!
 

The Following User Says Thank You to qole For This Useful Post:
ciroip's Avatar
Posts: 334 | Thanked: 366 times | Joined on Nov 2008 @ Italy
#5
Originally Posted by Laughing Man View Post
Cool, though is the name really is DeluxePain? Haha.. when I saw it was a painting program I thought you meant DeluxePaint.
No, it is literally a pain watching the pygame line algorithms spread its hate on the tablet screen + there is no port of antialias for the 65535 nokia' color mode : <old fart wining>popular solutions these days seem always wait for next hardware to fix software issue</old fart wining>
+ no alpha (Im pondering to prepare some prerendered .png for a brush set and see how fast the application can manage it (I had some good results updating just the 'brush' area instead of the entire computationally huge 800x480 screen.

Originally Posted by qole View Post
Hilarious name! For nearly the first time I wish I had an N810 -- keyboard shortcuts!
...former passionate Amiga owner and Commodore employee
I dont own an N800 (as you can imagine the second hand market for this kind of device in Italy is not so huge) but I always loved the external keyset: I m going to try a new onscreen interface anyway (a sort of popup keyboard but with the program interface and use the tablet's minimal common denominator Dpad to tweak the current function without having to interrupt drawing and having to bring up the interface each time.
Commodore employee??? Green with envy
__________________
I can't do it. No one can help.
[SIGPIC][/SIGPIC]

Flip Alarm Clock - 3DMania Theme - Synesthesia - Deluxepain
http://ciroip.blogspot.com/
http://twitter.com/ciroippolito
 

The Following User Says Thank You to ciroip For This Useful Post:
lcuk's Avatar
Posts: 1,635 | Thanked: 1,816 times | Joined on Apr 2008 @ Manchester, England
#6
heh ciro fun.

alhpa blending the lines wouldnt be productive (and liqbase doesnt even try to do it by the way), but you should be able to do it with brushes quite well.
my first attempts at drawing stuff were variations using python and its libraries.
it upset me when i quickly drew a circle and ended up with at most a pentagon.

you should be able to limit the range of your rendering though, i believe numpty physics tries this to some success

as for waiting for hardware, i've always been taught to make the most of what you have at hand.
__________________
liqbase sketching the future.
like what i say? hit the Thanks, thanks!
twitter.com/lcuk
 

The Following 2 Users Say Thank You to lcuk For This Useful Post:
ciroip's Avatar
Posts: 334 | Thanked: 366 times | Joined on Nov 2008 @ Italy
#7
Originally Posted by lcuk View Post
heh ciro fun.

alhpa blending the lines wouldnt be productive (and liqbase doesnt even try to do it by the way), but you should be able to do it with brushes quite well.
yep, but could be usefull for squares, circles and polygons.
you should be able to limit the range of your rendering though, i believe numpty physics tries this to some success
again yes, I even tried to limit the update area for plain draw but the performance didnt changed too much. It will be probably handy with small semi-traspharent .png 'brushes'.
as for waiting for hardware, i've always been taught to make the most of what you have at hand.
oh, I learned to read a bit of different persons personalitie here dont worry
I jumped on the tablet boat a couple of years too late so to me all this fremantle speechs seem a bit a waste of time: seem there is still a lot of fun with the 770, 800 and 810 to unleash. From a wannabe developer point of view I would love a complete symbian OS running on the tablet and open the door to ovi but im not sure nokia REALLY want the tablets TOO mainstream . Im definitevely not a marketing guy
Buona domenica
__________________
I can't do it. No one can help.
[SIGPIC][/SIGPIC]

Flip Alarm Clock - 3DMania Theme - Synesthesia - Deluxepain
http://ciroip.blogspot.com/
http://twitter.com/ciroippolito
 

The Following User Says Thank You to ciroip For This Useful Post:
ciroip's Avatar
Posts: 334 | Thanked: 366 times | Joined on Nov 2008 @ Italy
#8
Still sticking to the original plane of a full screen no interface application but the growing number of setting (and the N800 support) suggest me to add a popup interface (and when the toolpanel is on the rest of the screen can be used to test the new settings)



I was thinking to use the N810 led to show the current color but it really dont match the RGB tripled but could be a fun feature to ust have an idea of [...]
__________________
I can't do it. No one can help.
[SIGPIC][/SIGPIC]

Flip Alarm Clock - 3DMania Theme - Synesthesia - Deluxepain
http://ciroip.blogspot.com/
http://twitter.com/ciroippolito
 

The Following 2 Users Say Thank You to ciroip For This Useful Post:
Reply

Tags
deluxepain, graphic, n810, paint


 
Forum Jump


All times are GMT. The time now is 07:20.