Sponsored Links

Archives

iPhone Open Source Projects

iPhone Developer’s Cookbook sample source
iPhone DataMatrix Reader
Molecules Source code
31 days of iPhone Apps
WordPress (iPhone SDK firmware 2.0 source)
tris
aka iPhone
Mobile [...]

XCode Template for cocos2d

XCode Template for cocos2d

This open source game Libray is for you to development games for iPhone using XCode. The current version is 0.6.2

The project source is here
http://code.google.com/p/cocos2d-iphone/

These are the features of the library:
* Scene management (workflow)
* Transitions between scenes
* Sprites
* Actions
* Basic menus and buttons
* Integrated Chipmunk 2d physics engine
* Particle system
* Text rendering support
* Texture [...]

How-to create svn server (subversion) in iPhone

How-to create svn server (subversion) in iPhone

This guide shows you how to setup svn+ssh server in pwned iPhone

(1) Install subversion package in Cydia
apt-get install subversion

(2) create repository in iPhone (e.g. with the Project called UICatalog)

mkdir -p /var/root/Library/Subversion/Repository
svnadmin create /var/root/Library/Subversion/Repository/UICatalog
mkdir -p /tmp/UICatalog/trunk /tmp/UICatalog/branches /tmp/UICatalog/tags
svn import /tmp/UICatalog/ file:///var/root/Library/Subversion/Repository/UICatalog -m “Create Directory Structure”
rm -rf /tmp/UICatalog

(3) Import Project directory
import from [...]

Some iPhone Open Source Projects

iPhone Open Source Projects:

Project: Wolfenstein 3D for iPhone
Description: What more to say than the classic game of Wolfenstein 3D is available for download in its entirety. An amazing application and the iPhone port is nothing short of spectacular.
Download Source Code

Project: WordPress for the iPhone
Description: One of the first open source iPhone applications to hit the street. [...]