IRIX Network Forums
dog / flight demo source? - Printable Version

+- IRIX Network Forums (//forums.irixnet.org)
+-- Forum: SGI/MIPS (//forums.irixnet.org/forum-3.html)
+--- Forum: Development/Porting (//forums.irixnet.org/forum-9.html)
+--- Thread: dog / flight demo source? (/thread-3687.html)



dog / flight demo source? - stringfellow - 09-13-2022

I'm looking for the source code for the latest dog / flight demo program. I found the an earlier version of the source code (back from 1988), but want to get something similar. My hope is to port that code over to a Windows based program to make this demo to a wider audience of users.

This was attempted before by an SGI employee from the 1990s in conjunction withe SGI's Cosmo GL initiative. The port had work to go the make it complete and was really built for Win95 rather than more recent versions of Windows. It would be even better if I could get this source code.

I know its a long shot, but any help would be appreciated.


RE: dog / flight demo source? - robespierre - 09-13-2022

I have a feeling this was either on reality.sgi.com or ftp.sgi.com in the Pipeline area


RE: dog / flight demo source? - remileonard - 09-25-2022

hello, i have also found the old source code of dogfight, and begin working on a port for windows,

you can found the source here

https://github.com/remileonard/oldflight

the project is working, but i haven't done any work on the build system for other os. I have managed to compile it under linux with a gcc *.cpp -o oldflight -lGLU -lGL -lglut -lm

here is a small video with some asset taken from strike commander by using librealspace https://github.com/fabiensanglard/libRealSpace

https://www.youtube.com/watch?v=MW0R0wOCuFI

hop it will help you.

Rémi.