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
- Structures-Overview – Overview of all main structs used in the project.
- Functions Overview – Overview of all project functions and their purposes.
🔗 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_allandexit_error. - Textures and map validation are separate concerns to maintain clear structure.