ok, I've had a little project going for a while: a pda for really quick, easy "everyday" use by everyday people...but that's not the point
I've drawn out extensive concepts and notes for a lot of applications for this device, but I now want to make something interactive so I can test how quick and easy it really is.
so, I need to write a program to simulate it and
- it's got to be something where I can make changes really really quickly, without messing with a ton of low level code.
- it's got to be something that's easy to do graphical stuff in...drawing images, shapes, and text
- it has to be able to store information somehow
- it has to be able to do some general computations
suggestions? remember, the most important thing is rapid development
I've drawn out extensive concepts and notes for a lot of applications for this device, but I now want to make something interactive so I can test how quick and easy it really is.
so, I need to write a program to simulate it and
- it's got to be something where I can make changes really really quickly, without messing with a ton of low level code.
- it's got to be something that's easy to do graphical stuff in...drawing images, shapes, and text
- it has to be able to store information somehow
- it has to be able to do some general computations
suggestions? remember, the most important thing is rapid development