TO USE: https://glslutil.tiiny.site
![Screenshot 2025-01-10 at 11 07 26 PM](https://private-user-images.githubusercontent.com/122713703/402198462-969845a8-8c2a-4610-806e-25354e568daf.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkxODU0NTUsIm5iZiI6MTczOTE4NTE1NSwicGF0aCI6Ii8xMjI3MTM3MDMvNDAyMTk4NDYyLTk2OTg0NWE4LThjMmEtNDYxMC04MDZlLTI1MzU0ZTU2OGRhZi5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjUwMjEwJTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI1MDIxMFQxMDU5MTVaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT1jODFiMjY1Yzc0MDIwOTU3NTU4YWNmY2EwMzdhNWM5ODU1ZGQ4NjZiNjVjN2VjOWNiMDVkZGI4MmRmYWE1MzIyJlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.tgnnt1iEXBpsZcwICRVIgrApBbMCtFP6tfRnJ8wHovA)
My GLSL Utility
This application is designed to provide a comprehensive library of colors and rendering functionalities for GLSL.
- Color management with a structured color library.
- Easy integration with graphics rendering.
- Support for basic and custom colors.
To install the project, run the following command:
npm install
# or
yarn install
# or
pnpm install
# or
bun install
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.
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.
Contributions are welcome! Please submit a pull request with your changes.
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.