GoVCL Project Overview
masterGoVCL is a Go wrapper for the LCL (LCL Library) to provide GUI capabilities. The project is organized into several functional modules:
- api: Provides the function imports for the underlying
lcllibrary. - i18n: Manages multi-language settings for applications.
- rtl: Contains non-component classes and runtime library logic.
- types: Contains all type definitions used across the library.
- win: Provides Windows-specific interfaces, constants, and WinAPI bindings.
- bitmap: Provides utilities to convert Go's native
image.Imageobjects into LCL image objects.