This tutorial shows one way to get a simple online game working in blender.
Resources:
– www.blender.org
– www.python.org/download/releases/3.2.3/
Downloads:
– gameHost v1 http://dl.dropbox.com/u/13167744/gameHost%20v1.py
– network http://dl.dropbox.com/u/13167744/network.py
– netObject http://dl.dropbox.com/u/13167744/netObject.py
– run network http://dl.dropbox.com/u/13167744/run%20network.py
– example.blend http://dl.dropbox.com/u/13167744/example.blend
Learn it yourself:
This is a great place to start if you want to learn how all of this works.
http://www.tutorialsforblender3d.com/Python/Python_index.html
Once you get the hang of that, use these for getting started with networking.
http://docs.python.org/2/howto/sockets.html
http://docs.python.org/3/library/socket.html
Voir sur youtube