Posted by Vincent on March 08, 2006 at 12:49:55:
In Reply to: Re: I need a lot of Help with HawkNL posted by Adam on January 17, 2006 at 13:57:01:
: : which one should i download, and how do i use it to create a mmorpg with crystal space 3D? (www.crystalspace3d.org)
:
: well as for which one to download i suggest getting 1.70b1 if you know how to use makefiles otherwise just get 1.68bin which has already been compiled, then get 1.68src if you want to see the examples.
:
: as for crystal space and hawknl they wont interact with eachother at all. one is a graphics library the other a network library. the only relation i can think of is you would use hawknl to send the x,y,z coord of a character from a client to the server so that it can send it to the other clients and they can see that person. other than that they have no affect on eachother.
Hi !
just a little note about Crystal Entity Layer (an addon to Crystal Space), which has a tcp plugin based on HawkNL v1.68. There's a little client/server app using it named 'nettest'...
http://cel.crystalspace3d.org/
The plugin (CVS):
http://cvs.sourceforge.net/viewcvs.py/cel/cel/plugins/network/tcp/
The 'nettest' app (CVS):
http://cvs.sourceforge.net/viewcvs.py/cel/cel/apps/nettest/