Explore >> Select a destination


You are here

www.nayuki.io
| | www.uraimo.com
11.9 parsecs away

Travel
| | Swift provides a convenient set of functionalities for fixed size integers and binary operations but you'll soon discover that in some cases the language is a bit opinionated in regard to how those operations should be performed. This post explains some of the gotchas and describe Bitter, a Swift bit manipulation library.
| | gpfault.net
10.6 parsecs away

Travel
| |
| | shafik.github.io
8.6 parsecs away

Travel
| | The Usual Arithmetic Confusions
| | gafferongames.com
95.4 parsecs away

Travel
| Hello readers, I'm no longer posting new content on gafferongames.com Please check out my new blog at mas-bandwidth.com! Introduction Hi, I'm Glenn Fiedler and welcome to Networking for Game Programmers. Lately I've been doing some research into networking game physics simulations via deterministic lockstep methods. The basic idea is that instead of synchronizing the state of physics objects directly by sending the positions, orientations, velocities etc. over the network, one could synchronize the simul...