Resources and Support
 Pixel Joint Forum : The Lounge : Resources and Support
Message Icon Topic: Pixel software for SE P800/9x0 Post Reply Post New Topic
Author Message
space2
Midshipman
Midshipman
Avatar

Joined: 17 July 2019
Online Status: Offline
Posts: 48
Quote space2 Replybullet Topic: Pixel software for SE P800/9x0
    Posted: 06 September 2005 at 1:47am
Hi!

I am planning to develop a pixel drawing software for the SonyEricsson P800 phone, and I would like to know if there is anybody else interested in such a project? ie. would be there people who would use it? And if yes, what features would you want in it?

IP IP Logged
PixelSnader
Commander
Commander
Avatar
Not a troll!

Joined: 05 June 2014
Online Status: Offline
Posts: 3194
Quote PixelSnader Replybullet Posted: 07 September 2005 at 3:43pm
couldnt it just be for any phone, like javabased, coz i use a motorola but i'd sure as hell woul dwant such a prog

▄▄█     ▄▄█
▄█▄     ▄█▄

IP IP Logged
space2
Midshipman
Midshipman
Avatar

Joined: 17 July 2019
Online Status: Offline
Posts: 48
Quote space2 Replybullet Posted: 07 September 2005 at 10:58pm
The SE p800 (and p9x0) has a stylus, and you can use it like a pencil, draw directly on the screen.
On most of the phones the only possible input is the keyboard, ... and using only the keyboard to draw... well... I don't think that would be usefull.
And with Java (J2me) the problem is if the program cannot access the filesystem. So even if you make your drawing, you can save it internally, only accessible to that application. The only option to get the drawing out of the app would be to upload it to a server... but then you need to pay GPRS access.

Btw, if you have a Motorola A925 or A1000 phone, then probably you can use the P800, because it has the same OS.
IP IP Logged
PixelSnader
Commander
Commander
Avatar
Not a troll!

Joined: 05 June 2014
Online Status: Offline
Posts: 3194
Quote PixelSnader Replybullet Posted: 08 September 2005 at 10:27am

nope sorry

i got the v525

anywyas, thanx for clearing up =),
cool phone/pda you got by the way


▄▄█     ▄▄█
▄█▄     ▄█▄

IP IP Logged
space2
Midshipman
Midshipman
Avatar

Joined: 17 July 2019
Online Status: Offline
Posts: 48
Quote space2 Replybullet Posted: 13 October 2005 at 1:33am
Hi!

I made today a linux/windows version also, to see the functionality of the program... which is of course very small right now (but you can already load/save and draw pixels) So now those of you can also check out the program who doesn't have a P800 or other uiq phone. (maybe you will buy one soon ;-)

So here's the link: pixy-pc-0.2.zip

And a few words about the progress and possible features:
- right now you can edit the palette, draw pixel by pixel, load and save the image in a proprietary format (but no file browsing)
- very soon I will add a normal file load/save dialog, with file browsing (I just need to write the proper controls/widgets)
- png import/export will be added also very soon (I use proprietary format, since in the future I might add support for layers, or animation, etc)
- new tools and inks will be added. The idea is to make something similar like the autodesk animator: you had a series of tools (draw, line, rect, fill) and a series of inks (opaque, soften, hgrad, add, xor, ...), and you could combine it.

But of course I'm open to any new idea ;-) So if you have a feature request, just let me know.
IP IP Logged
Pixel_Outlaw
Commander
Commander
Avatar

Joined: 01 September 2005
Online Status: Offline
Posts: 3829
Quote Pixel_Outlaw Replybullet Posted: 13 October 2005 at 7:46am

It's a start I guess. You really need a beter interface. It looks like a early 80's package. Maybe a light color instead of that gray.More tools make everything paint has, otherwise people might just use paint. I also din't like the viewport but you probably will change that. I look forward to seeing what you make. I don't have a cell, so you might continue the windows program!!!

 



Edited by Pixel_Outlaw
IP IP Logged
space2
Midshipman
Midshipman
Avatar

Joined: 17 July 2019
Online Status: Offline
Posts: 48
Quote space2 Replybullet Posted: 14 October 2005 at 5:10am
I did the simpler interface, because
 - the focus is (well, will be) on the functionality of the program
 - I don't want to waste system resources (the p800 has a 156MHz processor)
 - I have to write all the controls/widgets :-)

But on the second tought a little bit of improvement could be usefull... I already did some changes, and as soon as I make some progress with the functionality, I will post a new version.

Btw, the viewport is strange because the emulation layer I use in the pc version draws the screen twice, with 1:1 and with 1:2 zoom (because the p800 has a 208x320 resolution, which is quite small)
IP IP Logged
Pixel_Outlaw
Commander
Commander
Avatar

Joined: 01 September 2005
Online Status: Offline
Posts: 3829
Quote Pixel_Outlaw Replybullet Posted: 14 October 2005 at 7:16am

Hey don't rush yourself these things take time to do correctly. Really I wish you the best of luck on this. Some features are just a bit hard to find. But that DOS like interface might kill the program, it shouldn't take a lot of memory just to draw button sprites would it? So is there going to be a windows version or is this for the cell phone only?

We cowboys in Montana just holler real loud so our neighbors can hear us. We don't have them thar cell phones. Some times you have to take the horse and buggy to the next neighbors house whitch can be purt near 40 acres away.

 

IP IP Logged
space2
Midshipman
Midshipman
Avatar

Joined: 17 July 2019
Online Status: Offline
Posts: 48
Quote space2 Replybullet Posted: 14 October 2005 at 7:21am
My original intention was to amke a cell phone version only, because for PC there are soooo many programs to use (example GIMP). But if there will be request, I will think about making a normal windows/linux version. Anyway, I'm working on the normal file browser. If I can finish it today, I will post a new version, with a nicer interface.
IP IP Logged
space2
Midshipman
Midshipman
Avatar

Joined: 17 July 2019
Online Status: Offline
Posts: 48
Quote space2 Replybullet Posted: 14 October 2005 at 12:23pm
Ok, file is updated (link is the same: pixy-pc-0.2.zip).
It contains a file browser also, altough it's tested only in linux and symbian, so it might not work in windows. I changed also the UI a bit.
IP IP Logged
space2
Midshipman
Midshipman
Avatar

Joined: 17 July 2019
Online Status: Offline
Posts: 48
Quote space2 Replybullet Posted: 15 October 2005 at 12:58pm
... and updated again ...

Don't worry, I won't have time for this project for a week or so :-)

I also made a small site with screenshots: http://www.saxoft.com/pixy.html
You can download both the symbian and the linux/windows versions.
IP IP Logged
Post Reply Post New Topic
Printable version Printable version

Forum Jump
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot delete your posts in this forum
You cannot edit your posts in this forum
You cannot create polls in this forum
You cannot vote in polls in this forum