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 Feb 24, 2022
1 parent 0e65a95 commit d868b5c
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
# Geomethat
Welp geomtrize the images
# Installation
## Installation
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
## Usage
1. Click `File` -> `Open` and choose generator's options
2. Choose `Accurate generator` or `Fast generator`
3. After generating, choose `File` -> `Save as` (Don't include `.png`)
4. Done :)
# How this work
## How this work
- Accurate generator: based on [Primitive](https://github.com/fogleman/primitive)
- Fast generator: place random object to the image
# Pros and Cons
## Pros and Cons
- Accurate generator: slow (same objects take x5 times longer than fast generator) but accurate.
- Fast generator: fast but doesn't look good
## Comparision
### Comparision
These are images were generated with my tool (200 obj)

![Original](https://github.com/Brain-Flooder/Geomethat/blob/main/example/old_img.jpg?raw=true)
Expand All @@ -26,5 +26,5 @@ These are images were generated with my tool (200 obj)
![Fast gen](https://github.com/Brain-Flooder/Geomethat/blob/main/example/fast.png?raw=true)

Source: Search Corgi on Wikipedia.
# Known issues
## Known issues
None for now (yay)

0 comments on commit d868b5c

Please sign in to comment.