-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
4f2a640
commit fce10ac
Showing
1 changed file
with
26 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,29 +1,27 @@ | ||
# Geomethat | ||
Welp geomtrize the images | ||
## Installation | ||
### Exe file | ||
1. Go to the [latest releases](https://github.com/Brain-Flooder/Geomethat/releases/latest) | ||
2. Download the `.exe` and run it | ||
3. Done | ||
### Build from source | ||
1. Download the repo | ||
2. Use `pip install -r requirements.txt` to install dependencies | ||
3. Go to the `GUI` folder and run `main.py` | ||
4. Enjoy | ||
## Usage | ||
1. Click `File` -> `Open` and choose generator's options | ||
2. Choose `Accurate generator` or `Fast generator` | ||
3. After generating, choose `File` -> `Save as` | ||
4. Done :) | ||
## How this work | ||
# Geomethat | ||
Welp geomtrize the images | ||
## Installation | ||
### Exe file | ||
1. Go to the [latest releases](https://github.com/Brain-Flooder/Geomethat/releases/latest) | ||
2. Download the `.exe` and run it | ||
3. Done | ||
### Build from source | ||
1. Download the repo | ||
2. Use `pip install -r requirements.txt` to install dependencies | ||
3. Go to the `GUI` folder and run `main.py` | ||
4. Enjoy | ||
## Usage | ||
1. Click `File` -> `Open File` or `Open file` and choose generator's options | ||
2. Choose `Geometrize` | ||
3. After generating, choose `File` -> `Save File` or `Save file` | ||
4. Done :) | ||
## How this work | ||
Put a random shape at a place with different size | ||
|
||
based on [Primitive](https://github.com/fogleman/primitive) | ||
|
||
|
||
![Original](https://github.com/Brain-Flooder/Geomethat/blob/main/example/old_img.jpg?raw=true) | ||
|
||
![My Tool](https://github.com/Brain-Flooder/Geomethat/blob/main/example/accurate.png?raw=true) | ||
|
||
Source: Search Corgi on Wikipedia. | ||
## Known issues | ||
None for now (yay) | ||
![Original](https://github.com/Brain-Flooder/Geomethat/blob/main/example/old_img.jpg?raw=true) | ||
|
||
![My Tool](https://github.com/Brain-Flooder/Geomethat/blob/main/example/accurate.png?raw=true) | ||
|
||
Source: Search Corgi on Wikipedia. | ||
## Known issues | ||
None for now (yay) |