Saturday, February 20, 2010

Sensitive Motion, for the N900...

Hi All,

Still fuelled by my love of this new device I decided to completely re-write Sensitive, this time to use the accelerometer.

So its now available in the extras-testing repo, the usual warnings apply to any app from that repo. I fully redesigned all the graphics and levels too and added some new blocks.

The idea is the same as always, roll your player around the level crossing/breaking all the ice-blocks on your way to the exit block. you must destroy every ice-block before you can exit.

Watch out for teleporters, double strength blocks, one-way blocks and conveyor belts too!

The game contains 24 predesigned levels but also includes a level editor for you to create up to 24 custom levels!

This game is totally free but a few donations wouldn't go amiss :)









EDIT * click here for a video of the game in action



Cheers
Jamie

Tuesday, February 09, 2010

New Phone, New Game....

Hi All,

I have recently got my hands on Nokia's amazing N900.

I decided to try to make a quick game for it.

These are the results of this weekends freetime :)

The game is called "De-lite" and is a remake of the tiger electronics game called "Lights Out"

the project can be downloaded directly from the extras-dev repository if you have them enabled.

the Maemo page can be found here:

http://maemo.org/packages/view/de-lite/


Friday, October 09, 2009

TouchComic 1.8

Hi All,

NOTE I HAVE MADE TWO VERY SMALL BUG FIXES AND REUPLOADED AS VERSION 1.81, IF YOU HAVE ALREADY DOWNLOADED 1.8 I SUGGEST YOU UPDATE TO 1.81

Sorry I didn't release this yesterday as planned, but I accidentally left all the source code at work :)

Anyway, 1.8 is now available for download here:

Mainly bug fixes in this version,

* HUGE Scrolling Bug fixed
* Bug when App not exiting properly if file browser canceled fixed.
* Changed magnifying glass to *possibly* use the send key on the i8910
* Magnifying glass stays on until switched off when activated using a hardware button.
* scrolling enabled within magnifying mode.
* option to disable on-screen buttons.

As before please donate if you enjoy the software.







You can download it here:-

http://code.google.com/p/touchcomic/downloads/list

And don't forget to make sure you have the 1.9.7 run-times.

https://garage.maemo.org/frs/?group_id=854



Thanks

Thursday, October 08, 2009

PyS60 TXT2CBZ convertor...

Hi All,

I had a request to let TouchComic also read txt files. it's not something that TouchComic will probably ever do but in the mean time (just as a programming challange) I created TXT2CBZ,

This little PyS60 app lets you choose a txt file on your phone and will create a CBZ file from the contents.

Its not very fast and doesn't have any fancy options (although you can change them as much as you like in the source code)

its creates as many pages as required and zips them up into a CBZ

its only been tested on a n97 and I am sure I have missed a few bugs but thought some people may like to have a play anyway.

Download from here:

http://touchcomic.googlecode.com/files/txt_convertor.py

Cheers
Jamie

Thursday, October 01, 2009

touchcomic 1.7

Hi Everyone,

Its been a few weeks so I thought I'd update TC big time!

In this version I have removed the lock/unlock facility as now you can select seperate folders it means that the password function was no longer needed.

I have now added:

* Double buffering, to reduce image sheering
* improved kinetic scrolling algorithm
* on screen buttons to make navigation more intuitive
* removed double taps and gestures as these were not very reliable
* added translucency for buttons
* added hardware button capture for N97 (camera button, single press) this button can also be programmed in the settings to either enable the magnifying tool, or to skip to next page.
* changed color scheme for loading screen
* added different scaling quality options to improve page swapping times.
* config file is now version dependent
* additional keyboard shortcuts for N97 (up, down and Z key to use magnifying tool)
* toggle fit to width direct from menu as well as settings.
* a whole bunch of bug fixes including the autobookmarking not working and app hanging on exit.
* search option within file open dialog
* Show read/unread flag in file open dialog (optional)

for 5800/omniaHD users you can enable the magnifying by clicking the top/left of the screen (where the page numbers are if you have them enabled)

The N97 has a duel press camera button, of which Python can detect the first level press and so I have added this and made it programmable in the settings. I have tried to map the volume up and down keys as many people have requested but its just not possible in the current versions of python.

As you can see I have put a huge amount of work into this app, as such I'd like to ask any of the users of this to help me out a bit.

If you fancy donating some cash please to so here:







Either way I hope you all enjoy this version of TouchComic

You can download it here:-

http://code.google.com/p/touchcomic/downloads/list

And don't forget to make sure you have the 1.9.7 run-times.

https://garage.maemo.org/frs/?group_id=854

Thanks
Jamie

Thursday, September 10, 2009

Python & Accelerometer tests...

Yesterday I was playing with Python and came up with two new "apps".

Both are pretty useless but I had fun creating them anyway and thought I'd share the results.

The first "App" is a simulated 3D (holographic type) view of a 2D image, using the accelerometer to determine rotation etc.



the second is a classic "Unlimited Bob" routine but this time controlled by the accelerometer instead of sine tables :)



the source code can be downloaded here LINK

Monday, September 07, 2009

TouchComic 1.6 Update

Hi All,

I decided to add some requested features into this this release.

The changes are:

1) "Kinetic scrolling"
2) Option to select drive AND FOLDER (comics can be stored on any drive AND FOLDER now)
3) Proper Icon instead of Python default (this wasn't requested)

To enable change one I had to remove the ability to "slide" pages, so to move to next or previous pages you should either double click to the left or right of the screen (5800/n97) or use the left or right keys (n97 only)

You can download it here:-

http://code.google.com/p/touchcomic/downloads/list

And don't forget to make sure you have the 1.9.7 run-times.

https://garage.maemo.org/frs/?group_id=854

This release *SHOULD* still work fine on 5800 but I haven't tested.

Thanks
Jamie