I propose that we start a Mac Rumours open source project. Not only would it benefit myself and give me some experience with working with other developers I think it will also benefit other programmers who are in a similar situation. For the experienced developers it might be something quite fun and interesting that you could contribute too with no strings attached.
So here is the project idea:
Create a Mac based MMOG (massively multiplayer online game) including the server and the game client. The server will be written in C and make use of common UNIX libraries to help with cross platform compatibility (pthreads, BSD sockets, PostgreSQL etc etc). It will use PostgreSQL 8.3.7+ as the database back end.
The client will also be written in C and will make use of OpenGL 2.1, OpenAL and BSD sockets for networking. The physics engine will either be hand crafted or another open source based physics engine will be used.
The game concept is largely mapped out but is obviously open for discussion if people are interested. If people are interested I will post a link to the Github repositories for the source code (they are empty at the moment). People interested will just need to download Git from http://www.git-scm.com/ and PostgreSQL from http://www.postgresql.org/ everything else is included with Mac OS X. I would also say you should be running Xcode 3.1+ for project file compatibility.
So what do you think? Interested? Think I'm stupid? I'd like to know
.
So here is the project idea:
Create a Mac based MMOG (massively multiplayer online game) including the server and the game client. The server will be written in C and make use of common UNIX libraries to help with cross platform compatibility (pthreads, BSD sockets, PostgreSQL etc etc). It will use PostgreSQL 8.3.7+ as the database back end.
The client will also be written in C and will make use of OpenGL 2.1, OpenAL and BSD sockets for networking. The physics engine will either be hand crafted or another open source based physics engine will be used.
The game concept is largely mapped out but is obviously open for discussion if people are interested. If people are interested I will post a link to the Github repositories for the source code (they are empty at the moment). People interested will just need to download Git from http://www.git-scm.com/ and PostgreSQL from http://www.postgresql.org/ everything else is included with Mac OS X. I would also say you should be running Xcode 3.1+ for project file compatibility.
So what do you think? Interested? Think I'm stupid? I'd like to know