Stars
1
Forks
0
Watchers
1
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
11
commits
feat: Add cubic interpolation for simulated proxies so we can keep smooth movement on clients between server updates
43c0755View on GitHubrefactor: Create movement and replicator components and add them to the gokart actor
9197a6eView on GitHubfeat: Run simulations on client only if we're an autonomous proxy. Simulate moves of simulated proxies based on LastMove received through replicated ServerState.
3cbd368View on GitHubrefactorL Change client-server behaviour so the client sends steering and throttle values in a FGoKartMove struct to the server, which sends back transform and velocity in a FGoKartState struct
738f870View on GitHubfeat: Replicate Velocity, Throttle and SteeringThrow so clients can simulate simulated proxies between updates from the server
f3e0945View on GitHubfeat: Update transform of kart from server every second while simulating on clients between updates
3564f3dView on GitHubfeat: Add debug information to display role of each actor on server and client and add simulation of movement on clients (autonomous proxy)
b1d361eView on GitHubfeat: Add forces to the kart to recreate physics without the physics engine
bbdf093View on GitHubfeat: Add movement in the forward and backward direction to kart
4c6244dView on GitHub