- C helper functions for FreeType (init, load font, render glyph)
- Fortran font_mod module with font_t type
- Fortran glyph_mod module with glyph_t type
- Updated CMake to find and link FreeType
- CMake build system with Fortran/C interop
- GLAD2 OpenGL loader with C wrapper functions
- GLFW bindings for window management
- Basic event loop with Escape to close
- Framebuffer resize callback for HiDPI support