Do not follow this link, or your host will be blocked from this site. This is a spider trap.

Box2D Test iOS Application

September 02nd, 2012 | Category: Blogging,Hacks & Tweeks

So I started learning some Box2D to improve skills in game programming. Box2D is a physics engine written in C++. Many games use a graphics engine but not a physics engine. The graphics engine usually accelerates the graphics on the GPU but what makes movements look realistic is the physics engine.

Because Box2D is written in C++ you cannot simply use it in your iOS project, but thanks to Objective-C++ support you can change your file extensions to .mm and then simply use C++ in your Objective-C project.

In this example im not using a graphics engine, only Box2D and basic UIKit elements (UIView). Next step would be to do a similar example using a graphics engine like Cocos2D.

Source code: https://github.com/Dimme/Box2DTest

Read more

2 comments

Euro 2012 Greece iPhone App

June 08th, 2012 | Category: Blogging,Hacks & Tweeks

The past 2 weeks I have been making an iPhone application for the team of Greece in the UEFA EURO 2012 championship. Right after the 1-1 against Poland, Apple has now released my application to the public.

I was hoping for them to be a little faster but better late than never. This is the version 1.0 and if you are interested about Greece or just simply want a livescore application for Euro 2012 in greek, you can download it from here for free:

Download Link

Here are some screenshots of the first version. Version 1.1 will be submitted shortly and will contain more live information about the games and teams.

No comments

Rockarolla iPhone App

May 12th, 2011 | Category: Hacks & Tweeks

So my latest iPhone-app is out =) Apple approved it and people can now download it for free.

Link: http://itunes.apple.com/us/app/rockarolla/id436092198

It’s an application for listening to the Greek internet radio station Rockarolla.eu

No comments

Greek postal codes database

April 30th, 2011 | Category: Hacks & Tweeks

I’m doing a project were I need to have access to all the Greek postal codes. I couldn’t find them anywhere on the Internet so by personal labor, sweat, and years of hard work I compiled my own complete database of ZIP/postal codes in Greece.
After doing all that I thought what if somebody else needs this information on the future, so here I release the database under the following license:

“You may use the database for anything you want, even if you earn money from it. The only thing you must do is mention my name and website in any place/program where you use this database, directly or indirectly.”

Enjoy: http://dimme.net/zip-codes-greece.zip

No comments