Skip to content

Commit

Permalink
add webpage
Browse files Browse the repository at this point in the history
  • Loading branch information
FlxB2 committed May 31, 2024
1 parent 4fa2bdd commit 737aeda
Show file tree
Hide file tree
Showing 7 changed files with 917 additions and 24 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#extra
*.pyc
*.cfg
bin/

# Byte-compiled / optimized / DLL files
__pycache__/
Expand Down
8 changes: 3 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Arrival Logograms

this python script generates logograms similar to the ones shown in the film "Arrival".
This python script generates logograms similar to the ones shown in the film "Arrival".

![sample image](https://raw.githubusercontent.com/FlxB2/arrival_logograms/master/samples/collage.png)

Expand All @@ -9,12 +9,10 @@ the only requirement is pillow
`pip install pillow`

just run logogram.py, you may specify a seed as the first argument
`python logogram.py 200`
`python run.py 200`

## Description
i used this great [stackexchange](https://mathematica.stackexchange.com/questions/137156/where-is-abbott-how-to-make-logograms-from-the-film-arrival) post as a starting point, added some new things and left out other stuff.
There are alot of magic numbers at the moment. If I have time i will clean this up and use a config file or something similar. Maybe even a simple GUI to play around with the values.
Other improvements like better clusters are already planned but might take some time.
I used this great [stackexchange](https://mathematica.stackexchange.com/questions/137156/where-is-abbott-how-to-make-logograms-from-the-film-arrival) post as a starting point, added some new things and left out other stuff.

## License
Released under the [MIT License](https://github.com/FlxB2/arrival_logograms/blob/master/LICENSE).
Loading

0 comments on commit 737aeda

Please sign in to comment.