Skip to content

Commit

Permalink
I'm dying
Browse files Browse the repository at this point in the history
  • Loading branch information
Brain-Flooder authored Apr 2, 2022
1 parent 792d229 commit 4f2a640
Show file tree
Hide file tree
Showing 3 changed files with 292 additions and 63 deletions.
56 changes: 28 additions & 28 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,29 +1,29 @@
# Geomethat
[![CodeFactor](https://www.codefactor.io/repository/github/brain-flooder/geomethat/badge/main)](https://www.codefactor.io/repository/github/brain-flooder/geomethat/overview/main)
# 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

Welp geomtrize the images
## Installation
### Exe file (Windows 32bits tested only)
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 (Install Python and add to PATH first)
1. Download the repo
2. Use `pip install -r requirements.txt` to install dependencies
3. Run `main.py`
4. Enjoy
## Usage
1. Click `File` -> `Open` or `Open File` button and choose generator's options
2. After generating, choose `File` -> `Save as` or `Save File`
3. Done :)
## How this work

Based on [Primitive](https://github.com/fogleman/primitive) (maybe)

![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)
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)
Loading

0 comments on commit 4f2a640

Please sign in to comment.