Overview of Gin modules
masterGin is organized into specialized modules. You can include only the ones required for your project to keep your binary lean.
| Module | Description |
|---|---|
| gin | Core utilities, file system watching, download manager, math utilities |
| gin_3d | Basic wireframe 3D rendering engine |
| gin_controllers | Cross-platform game controller support (XInput / GameController / joydev) |
| gin_dsp | Audio DSP components: oscillators, filters, effects, modulation |
| gin_graphics | Image processing, effects, metadata, BMP format support |
| gin_gui | UI components, property editors, layout system, OpenStreetMap integration |
| gin_location | GPS location services (macOS CoreLocation) |
| gin_metadata | Image metadata reading from JPEG, GIF, and PNG files |
| gin_network | WebSocket, secure sockets |
| gin_plugin | Audio plugin utilities and common functionality |
| gin_simd | SIMD-optimized operations |
| gin_standaloneplugin | Standalone audio plugin application wrapper |
| gin_svg | SVG parsing and rendering using NanoSVG |
| gin_webp | WebP image format support |