Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Brain-Flooder authored Mar 13, 2022
1 parent fa0f09b commit 3acff68
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,23 +1,22 @@
# Geomethat
Welp geomtrize the images
## Installation
### Exe file
### Exe file (No longer supported due to lack of testing)
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
### 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. Go to the `GUI` folder and run `main.py`
3. 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 :)
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)
Based on [Primitive](https://github.com/fogleman/primitive) (maybe)

![Original](https://github.com/Brain-Flooder/Geomethat/blob/main/example/old_img.jpg?raw=true)

Expand Down

0 comments on commit 3acff68

Please sign in to comment.