Tagged Questions
3
votes
5answers
362 views
Can I write code from 2 computers at the same time? [closed]
So I know it might not be that related to game dev, but I'm now starting a project with friends and we want to code. Thing is, we are not living close, and when several programmers write different ...
1
vote
1answer
56 views
synchronizing view state between nodes in a rendering cluster
I'm building a display wall demo application.
The environment:
N machines, each driving up to six displays
Wired gigabit switch
OpenTK application to draw the pretty pictures, running 1 copy on ...
4
votes
1answer
590 views
XNA: Networking gone totally out of sync
I'm creating a multiplayer interface for a game in 2D some of my friends made, and I'm stuck with a huge latency or sync problem.
I started by adapting my game to the msdn xna network tutorial and ...