diff options
author | stage7 <stage7@stg7.net> | 2022-09-17 14:41:37 +0200 |
---|---|---|
committer | stage7 <stage7@stg7.net> | 2022-09-17 14:41:37 +0200 |
commit | fe302d74045dbb534ffdde9ee74b56eff3b88f6f (patch) | |
tree | 239959caf68266a50e4fd2353983e70b78d203b0 /README.md | |
parent | 88784d316dd8f8eb8dbfe5bea117362a45f72b37 (diff) | |
download | openguilion-fe302d74045dbb534ffdde9ee74b56eff3b88f6f.tar.gz openguilion-fe302d74045dbb534ffdde9ee74b56eff3b88f6f.tar.bz2 openguilion-fe302d74045dbb534ffdde9ee74b56eff3b88f6f.zip |
Version 1.1: new scene, some refactoring
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 10 |
1 files changed, 6 insertions, 4 deletions
@@ -1,5 +1,5 @@ -# OpenGUIlion v1.0 +# About OpenGUIlion OpenGUIlion is a very basic application written in Python that only does one thing: it shows non-interactive, animated GUIs from the "Evangelion" franchise. @@ -10,9 +10,9 @@ OpenGUIlion is a very basic application written in Python that only does one thi ## Requirements -To run OpenGUIlion you need Python 3 with PyGame and PIL available. Most distros already include them. +To run OpenGUIlion you need Python 3 with PyGame and PIL available. Some distros already include them, but in case yours doesn't you can easily install them through `pip`. -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. +You also need some extra fonts that must be placed under the `/openguilion/fonts/` folder and cannot be included in the repo for copyright reasons, whereas others can. How to get the copyrighted fonts 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`. @@ -41,8 +41,10 @@ This software is distributed under a [GPL 3.0 license](https://opensource.org/li ## Disclaimer -All names are trademarks of their respective owners and are use here under fair use. +All names are trademarks of their respective owners and are used 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. + +Sinkin Sans is used under an [Apache License](https://www.fontsquirrel.com/license/sinkin-sans). |