Hello, this is my first project with Irrlicht, I just graduated from DarkGDK
I am developing a Multiplayer Physics Sandbox in which players can load different models into the world and interact with them in all different sorts of ways from building a car to building a rocket to take you into space!
All objects a player spawns into the world will have the option to attach a Lua Script which will let the player have an endless range of possibilities to bring his or her creations to life! More to come later..
Progress:
MasterServer - PlayerServers & Clients successfully register, Clients can connect to any registered PlayerServer through the MasterServer. Clients can register their own accounts and properly login with them.
PlayerServer - Successfully registers with MasterServer, Clients can connect once logged in through the MasterServer, Clients will upload basic position information and the PlayerServer will properly relay to all connected Clients.
Client - Can loginto the MasterServer and connect to registered PlayerServers, uploads basic position information to PlayerServer and recieves the same for other clients connected through the PlayerServer.
Started this project ~March 16th 2010 - Been making slow progress
Credits to IrrODE for the physics and DarkNet for the networking
& of course Irrlicht for the graphics
Will upload screenshots when there is something worthy of taking a screenshot. And hope to upload the client when most of the function is there

