Currently it is not possible
to instruct cargo, the Rust package manager, to build only the dependencies
of the software you are compiling! This means you can't easily pre-install
build dependencies. Luckily you can workaround this with cargo build -p!
I'... (more…)
Read more »
My technical talk about Citybound's engine at RustFest Zurich 2017. Blog post: http://cityboundsim.com/devblog/my-full-rustfest-talk-with-networking-live-dem... (more…)
Read more »
Go Server with spherical fields and VR support. Contribute to Dominux/DGS development by creating an account on GitHub. (more…)
Read more »
We command the virtual GPU (virtio-gpu) by sending certain commands to the host (the device). The guest (the OS driver) has an allocation of RAM that becomes the framebuffer. The driver then tells the device, “hey, here’s the RAM that we’re going to use t... (more…)
Read more »
Consensus algorithms is a topic that always caught my attention: it is complex and hard and needs a precise and safe solution. In other words: We have a couple of machines forming a cluster, and they operate on identical copies of the same data and can co... (more…)
Read more »