multiplayer server connection

If you are a new Irrlicht Engine user, and have a newbie-question, this is the forum for you. You may also post general programming questions here.
Post Reply
forX
Posts: 22
Joined: Thu Sep 09, 2010 6:26 am

multiplayer server connection

Post by forX »

Hi,
I want to create a multiplayer version of irrlicht

I'm junior developper so I know how to use socket in somes language but I dont know if that will be a good idea.

did I need to use a librairie or something like that

I saw somebody talk about libcurl and network library.

DirecPlay maybe

any help before I start something wrong

tank you
macron12388
Posts: 126
Joined: Wed Sep 29, 2010 8:23 pm

Post by macron12388 »

Irrlicht is just a graphics engine. For any networking you will need another networking library. Look into enet? I find it is a good starting point, and you don't have to work with raw winsocket code files.
CuteAlien
Admin
Posts: 9987
Joined: Mon Mar 06, 2006 2:25 pm
Location: Tübingen, Germany
Contact:

Post by CuteAlien »

IRC: #irrlicht on irc.libera.chat
Code snippet repository: https://github.com/mzeilfelder/irr-playground-micha
Free racer made with Irrlicht: http://www.irrgheist.com/hcraftsource.htm
forX
Posts: 22
Joined: Thu Sep 09, 2010 6:26 am

Post by forX »

tank you both
Post Reply