Building a Cute Framework Game Project with CMake and Swift
2025-06-06
This tutorial demonstrates setting up a 2D game project using the Cute Framework, CMake, and Swift. Cute Framework, a powerful C/C++ framework, allows you to write game logic in Swift while leveraging the performance of C/C++ for rendering. The guide details setting up the project structure, configuring CMakeLists.txt, enabling Swift-C/C++ interoperability, and building the project. The result is a basic Cute Framework game ready for expansion.
Read more
Game