I had an idea, the descent 2 source code was released a while ago, and I was thinking I'd start looking through it, see what I could make of it, I have two major hopes for that game.

give it the graphical capabnilities of Quake 3
make it ofcourse dual processor compatible, I'm not sure if it's possible to direct processor threads to a specific chip,(cpu0 or cpu1) but I'd like to have one processor control the AI of the game and the other run the engine and the other whatevers the game runs outside of the GPU.

It's written largely in C++, is my idea even possible, if so, whatelse should I do to it while I'm at it?

Thanks for the advice - me