Developing Prototype 1 for Amiga on PC using a mixture of C and 68k assembly

Developing Prototype 1 for Amiga on PC using a mixture of C and 68k assembly

This text summarizes the tools and workflows that we used during the development of our Amiga demo Prototype 1, which was released at Breakpoint 2010. Introduction The development of Prototype 1 implicated programmers with different backgrounds ranging from high-level C/C++ engine coding to low-level Motorola 68k assembly coding. Hence we decided to devise a tool-chain…

DCD1 – Amiga Demo CD

DCD1 – Amiga Demo CD

In 1997 a friend of mine (Dr.Dreyer) and me (Noname) worked on a demo cd project for AGA Amigas with 68030 CPU, because that was what we and many others had at that time. Our goal was to include all our favourite demos and not allow any crap on the CD. Our vision was to…

Building Equip2 DLL from the CVS

Building Equip2 DLL from the CVS

Equip2 is a dataspace implementation that provides flexible access to programming language objects across a variety of platforms and programming languages. It is especially well suited as a higher level datastore for distributed applications.  Equip2 provides template-based data queries into the datastore and an integrated state/event model with change notification. Equip2 is available on Sourceforge….

Installing Turbogears meets IMDb from scratch
| | |

Installing Turbogears meets IMDb from scratch

I have given my Turbogears meets IMDb webprogramming and scripting lecture again and produced a little video for it. You can see me getting the project to run on a vanilla machine (Python 2.5 and easy_install already installed) in less than two minutes. The video also shows a quick walk-through of the browser-based user interface,…

Faces of Medieninformatik
|

Faces of Medieninformatik

My former course of study “Medieninformatik” (Media Informatics) at Hochschule Harz just celebrated its 10 years jubilee on the 10th of November 2007. I had been invited to give a talk about Pervasive Gaming and it was a great pleasure to come back to the place where my academic career started and to see so…

Heartlands (‘Ere be Dragons) won the Nokia Ubimedia MindTrek Award 2007
| |

Heartlands (‘Ere be Dragons) won the Nokia Ubimedia MindTrek Award 2007

We (the artist from Active Ingredient, Capra and me from MRL) recently went to Tampere / Finland to collect the “Nokia Ubimedia MindTrek Award 2007” for the heartrate-based game Heartlands (previously known as ‘Ere be Dragons). The judges said “Heartlands (‘Ere Be Dragons) lets us discover a world on top of reality at the rhythm…

TurboGears meets IMDb
| | |

TurboGears meets IMDb

I recently gave two guest-lectures at Nottingham University on web-programming using TurboGears. The first lecture was a general introduction to Model-View-Controller web-programming using TurboGears. The second lecture was more practical: I wanted to present a full mini-application and show the students how it was built. And I also wanted the application to be at least…