Warning Sifteo cube development is still very ALPHA. And as usual, Documention is sparse/erratic. Here’s my personal notes trying to “get started”.
- Need to download Sifteo’s developer’s kit, SiftDev SDK. It includes:
- 6 Demo projects, with some brief documentation on features used
- SiftDev, a developer’s version of Siftrunner
- Siftulator (A cube simulator – kinda broken!)
- Download & install the MonoDevelop (the IDE that your use to compiles/runs the apps)
Running the demos:
- Open up the MonoDevelop app.
- Open up the .sln project. File > Open Project > … navigate to the demo folder and find the demo you want to run
- Fix the broken project references.
- Project > Edit references
- Delete the reference to Sifteo
- Find the Sifteo.dll file by navigating to the Sifteo_SDK/Siftdev.app/Contents/Resources/Runtimes/Mono/Current/Sifteo.dll
- Click Add, and it will appear in the right pane.
- Hit OK to apply changes
- Run the code. Menu Run > Run
- Open up the SiftDev app.
- Connect/pair your cubes
- Load the app by going to the Developer menu > load apps… > Select the folder of the demo
- Click on the app and hit Play!,
PS: I’m running Mac 10.6.8, SiftDev 1.1.2, MonoDevelop 2.8.6.5, Siftulator 00_05_09
Leave a Reply