Skip to content
Nguyệt Ánh edited this page Sep 25, 2025 · 2 revisions

Welcome to the CCSakura Wiki! This wiki should be able to cover all gameplay, engine, and various structures scattered across the project.

This project uses C++ 23 with modern features to make good use of the standard library. To keep code quality high, some other tools are needed:

  • Clang-Format, for formatting C++ source files into a preconfigured clang-format.
  • Clangd for C/C++ language servers.
  • CMake Toolchain with VCPKG to reuse prebuilt packages on a public registry, as opposed to having to rebuild SDL from scratch every time which took 45 minutes every single push.

Overview

Project Structure

For savvy enough people to mess with the project itself

Clone this wiki locally