-
Notifications
You must be signed in to change notification settings - Fork 0
/
README.txt
33 lines (22 loc) · 1.39 KB
/
README.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
# GradientGenerator 🎨✨
[![License: GPL v3](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0)
Shalom! 👋 I'm Owens, a Geology Student and Linux Enthusiast 🌍🐧
**About GradientGenerator**
GradientGenerator is a command-line tool designed to create beautiful gradient images in HD resolution (1920x1080 pixels). Whether you're a designer, developer, or just someone who loves gradients, this tool allows you to effortlessly generate custom gradients using HEX color codes.
**Key Features**
* **HD Gradients:** Create stunning gradients in 1920x1080 resolution.
* **HEX Color Input:** Define your gradient using simple HEX color codes.
* **Linux-Friendly:** Built specifically for Linux environments.
* **Open Source:** Licensed under the GPLv3, encouraging collaboration and improvement.
**Why Gradients?**
Gradients are visually appealing and versatile. They can be used in:
* **Web Design:** Create eye-catching backgrounds and elements.
* **Graphic Design:** Enhance your visuals with smooth transitions.
* **Data Visualization:** Represent data ranges and patterns.
* **And more!** The possibilities are endless.
**Installation (Linux)**
1. Clone this repository: `git clone https://github.com/your-username/GradientGenerator.git`
2. Compile the source code (requires a C++ compiler and potentially SDL or SFML):
```bash
cd GradientGenerator
make