linux port possible help

linux port possible help

Discuss the source code and development of Spring Engine in general from a technical point of view. Patches go here too.

Moderator: Moderators

Post Reply
elim
Posts: 8
Joined: 23 Jun 2005, 21:18

linux port possible help

Post by elim »

I have been looking around and have noticed that there have been some problems todo with networking, for the linux port maybe the use of sdl_net library is in order http://www.libsdl.org/projects/SDL_net/

and possibly SDL_gui for the on screen display http://www.newimage.com/~rhk/SDL_gui/

And lastly use sdl to initalise the opengl render

Im not a programmer although i hope to learn to be (java just got myself a book) so please don't take offence just trying to help.
elim
Posts: 8
Joined: 23 Jun 2005, 21:18

i can actually help now....

Post by elim »

I have now got myself a power pc platform and have installed linux and will be happy to test any builds you pass in my direction. Hope i can help.
User avatar
jcnossen
Former Engine Dev
Posts: 2440
Joined: 05 Jun 2005, 19:13

Post by jcnossen »

I can remember one of the SY's said that spring would be limited to i386 and above platform. And also isn't PowerPC big endian? The code is currently only for little endian anyway.
User avatar
Tim Blokdijk
Posts: 1242
Joined: 29 May 2005, 11:18

Post by Tim Blokdijk »

A PowerPC user!
Thats great, not that any porting is underway for PowerPC but it will probebly be the next thing after Linux.
After that it would be fun to take it back to Microsoft on the Xbox 360. :-)
Anyway lets see how long the Linux porting effort will take to complete..
User avatar
AF
AI Developer
Posts: 20687
Joined: 14 Sep 2004, 11:32

Post by AF »

Wouldnt powerPC just be feeding the linux port code into a different compiler?
User avatar
jcnossen
Former Engine Dev
Posts: 2440
Joined: 05 Jun 2005, 19:13

Post by jcnossen »

No it needs to support both endianesses (is that a word? :)
Meaning, files have to be byte-swapped after loading, network messages need to be sended in network byte order (or at least the same order)
This will need some extra code.
Post Reply

Return to “Engine”