This repository contains a template for creating overlay components for NextUI devices.
Overlays are system-specific transparent PNG images that can be displayed over games to show decorative elements.
manifest.json- Component metadata and path mappingspreview.png- Component preview image (replace with your preview)Systems/- Contains system-specific overlay directoriesMGBA/- Overlays for Game Boy AdvanceSFC/- Overlays for Super Nintendo/Super FamicomMD/- Overlays for Sega Genesis/Mega Drive- (Add more system directories as needed)
- Replace the placeholder
preview.pngwith a preview of your overlay component - Update the
manifest.jsonwith your component information (name, author, etc.) - Add your overlay PNG files to the appropriate system directories
- System tags should match those used by NextUI (e.g., MGBA, SFC, MD, etc.)
- Overlay PNG files should be transparent where needed
- Make sure the resolution matches the target device screen (1024x768 for TrimUI Brick)