2025 has been for sure the year of cross-platform porting. After the port on MacOS, I bought a Raspberry PI 5 and started to port the entire framework on Linux on ARM. It took me about 1 week of work. As always, I had to rebuild all the dependencies and the entire framework. The framework is well done and I didn’t encounter any particular problems during the build. However, the Vulkan part gave me some troubles, from validation errors to many other incoherence issues, that I had to fix one by one. As result, now all the software created with TextureMind Framework can run on Linux on ARM from glibc 2.28 onwards, which includes devices like Raspberry PI 5, Arduino UNO Q, Chromium laptops and so on.
TextureMind Framework – Progress #30 – Linux on ARM
Leave a reply