jsrmalvarezninjatic.engineer·Nov 12, 2023Rustidor #2: Porting Sauerbraten from C++ to RustHow to manipulate C++ Data from Rust In this post, we will learn how to access data that resides in C++ from Rust. Our journey will begin with reading the data, and then we'll explore how to modify it. Before diving into the specifics, make sure you'...89 readsC++
jsrmalvarezninjatic.engineer·Nov 4, 2023Rustidor #1: Porting Sauerbraten from C++ to RustThis is the first post in a series dedicated to porting the epic FPS game Sauerbraten from C++ to Rust. In this post, we focus more on setting up the project rather than delving into how to implement C++ functions in Rust. Installation Development Pa...61 readsRust