top of page

On this page you will find some first projects, simple in Objective-C. At this moment, Xcode was a bit different... Xcode 4.5.1 unders OSX Lion.

Introduction
Tamiya
IMC or BMI in English

My first program in Xcode, a very simple example. This one should compute the speed of RC cars. UI is in French.

 

Source file Tamiya.zip Binary file Tamiya.App.zip

This one is my second program realized with Xcode. UI is in French. It is not fully finished but it’s not really the question.

​

Source file IMC.zip Binary file IMC.App.zip

OSX Process Viewer

This program illustrattes how to use NSWorkspace, NSProcessInfo, NSHost, NSNotificationCenter, NSRunningApplication. It can receive an event when a new application is started, it can hide, unhide, kill it.  Somes bugs need to be fixed.

 

Source file ProcessViewer.zip Binary file ProcessViewer.App.zip

OSX Simon

This program is a simple Simon game which uses timers. 

 

Source file OSXSimon.zip Binary file OSXSimon.App.zip

Atari Disk

This program allows to create, explore, modify and save an Atari floppy image disk .ST.  Somes additional works will be necessary but the heart of the program is here.

 

Source file AtariDisk.zip Binary file AtariDisk.App.zip

An opened .st image disk loaded

Create a new empty .st Atari image disk

Extract to the Mac Finder, a file from the floppy image disk.

bottom of page