diff options
author | stage7 <stage7@stg7.net> | 2022-09-14 22:51:23 +0200 |
---|---|---|
committer | stage7 <stage7@stg7.net> | 2022-09-14 22:51:23 +0200 |
commit | 88784d316dd8f8eb8dbfe5bea117362a45f72b37 (patch) | |
tree | 8d86229143d6f089b5d2baf3b594521b4a3943d4 /README.md | |
parent | 007bb5ceed714aa3027fdd74784b9a9d6215a330 (diff) | |
download | openguilion-88784d316dd8f8eb8dbfe5bea117362a45f72b37.tar.gz openguilion-88784d316dd8f8eb8dbfe5bea117362a45f72b37.tar.bz2 openguilion-88784d316dd8f8eb8dbfe5bea117362a45f72b37.zip |
Actual initial commit.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 50 |
1 files changed, 48 insertions, 2 deletions
@@ -1,2 +1,48 @@ -# openguilion -The Neon Genesis Evangelion™ animated computer interfaces FOSS + +# OpenGUIlion v1.0 + +OpenGUIlion is a very basic application written in Python that only does one thing: it shows non-interactive, animated GUIs from the "Evangelion" franchise. + +## Features + +- Recreated interfaces from the computers and screens seen in "Evangelion", stretched to 2:1. +- Runs in Python 3. + +## Requirements + +To run OpenGUIlion you need Python 3 with PyGame and PIL available. Most distros already include them. + +You also need some fonts that must be placed under the `/openguilion/fonts/` folder and cannot be included in the repo for copyright reasons. How to get them is up to you and I will not provide further instructions nor direct downloads. + +- Obtain "Helvetica Narrow Bold Regular" and name it `helvet.ttf`. +- Obtain "Helvetica Bold" and name it `helvetb.ttf`. +- Obtain "EVA-Matisse_Classic EB" and name it `matisse.ttf`. Since it has been published in the Internet Archive I do not consider illegal to link it. [Get it here.](https://archive.org/details/qjwi3h) + +You could try to use Arial Narrow and Arial Bold as replacements for Helvetica, but I have not tested these cases. + +## How to run + +You can directly run `openguilion.py` from the command line. The program does not accept any arguments as of now. It has been tested under Python 3.9. + +## Future developments + +- Additional scenes. +- Adapt the code so the app can be properly displayed in Waveshare's 6in flexible AMOLED screen. + +## About the author + +This software has been made by [stage7](https://www.github.com/stage7). You can also [ping me on Twitter](https://twitter.com/s7age) if you need help or just say "hello". + +The project's official Twitter account is [@OpenGUIlion](https://twitter.com/openguilion). + +## License + +This software is distributed under a [GPL 3.0 license](https://opensource.org/licenses/GPL-3.0). + +## Disclaimer + +All names are trademarks of their respective owners and are use here under fair use. + +- "Evangelion" is a trademark of Gainax Corporation and Khara Inc. +- "Helvetica" is a trademark of Monotype Imaging Inc. +- "ITC Matisse®" is a trademark of Monotype ITC Inc. |