Skip to content

Latest commit

 

History

History
60 lines (40 loc) · 1.49 KB

README.md

File metadata and controls

60 lines (40 loc) · 1.49 KB

TO USE: https://glslutil.tiiny.site

Screenshot 2025-01-10 at 11 07 26 PM

https://glslutil.tiiny.site

Project Title

My GLSL Utility

Description

This application is designed to provide a comprehensive library of colors and rendering functionalities for GLSL.

Features

  • Color management with a structured color library.
  • Easy integration with graphics rendering.
  • Support for basic and custom colors.

Installation Instructions

To install the project, run the following command:

npm install
# or
yarn install
# or
pnpm install
# or
bun install

Usage

To use the project, run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev

Open http://localhost:3000 with your browser to see the result.

Color Library

The application includes a color library that categorizes colors into various groups. Each color is defined with a name and a corresponding value, allowing for easy reference and use in rendering.

Contributing

Contributions are welcome! Please submit a pull request with your changes.

License

This project is licensed under a proprietary license. You are free to download and use the software for personal or educational purposes. However, all rights are reserved, and you may not modify, distribute, or use this software for commercial purposes without explicit permission from the author.