Home - 1Fr3aK2/Cub3d GitHub Wiki

🏠 Project Wiki Home

Welcome to the project documentation. This wiki contains detailed information about all functions, structures, and utilities used in the project.


📄 Overview Pages


🔗 Navigation Tips

  • Start with Structures-Overview to understand the main data structures.
  • Then, review Functions Overview for the project flow.
  • Individual function pages contain detailed descriptions, parameters, return values, and example usage.

📌 Notes

  • All pages are linked in a modular way so you can navigate easily.
  • Memory management and error handling are centralized through utility functions like free_all and exit_error.
  • Textures and map validation are separate concerns to maintain clear structure.