Metadata-Version: 2.1
Name: mp2hudcolor
Version: 1.0.7
Summary: Modifies an existing NTWK file for Metroid Prime 2: Echoes and changing the color of the HUD.
Home-page: https://github.com/toasterparty/mp2hudcolor
Author: toasterparty
Author-email: toasterparty@derpymail.org
License: MIT
Description: # mp2hudcolor
        Sets a user-defined HUD color for Metroid Prime 2: Echoes. Values are stored as R/G/B where values are 0.0 to 1.0.
        
        Build instructions all are written for Linux, but should adapt fine for Windows.
        
        # Cython Package
        
        ## Usage
        ```sh
        > pip install mp2hudcolor
        > python
        >>> import mp2hudcolor
        >>> mp2hudcolor.mp2hudcolor_c("Standard.ntwk", "Standard-out.ntwk", 1.0, 0.5, 0.25) # (input, output, red, green, blue)
        ```
        
        ## Build (Cython Package)
        ```
        tools/venv.sh
        tools/build-cython.sh
        ```
        
        # Standalone
        
        ## Usage
        ```sh
        # mp2hudcolor <input> <output> <red> <green> <blue>
        mp2hudcolor Standard.ntwk Standard-out.ntwk 1.0 0.5 0.25
        ```
        ## Build
        ```sh
        tools/build-standalone.sh
        ```
        
Platform: UNKNOWN
Description-Content-Type: text/markdown
