Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gouvernathor/gouvernathor
https://github.com/gouvernathor/gouvernathor
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/gouvernathor/gouvernathor
- Owner: Gouvernathor
- Created: 2022-06-29T14:37:07.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-21T14:56:43.000Z (8 months ago)
- Last Synced: 2024-10-16T02:12:43.243Z (3 months ago)
- Size: 14.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Hi !
I am a french-speaking developer mainly dedicated to creating and maintaining tools for the creation of visual novels,
or related to constitutional law and political science.If you like what I do and have some monies to spare, I have a [ko-fi page](https://ko-fi.com/gouvernathor) where you can tip my work.
## Ren'Py
I have been contributing to the main [Ren'Py repository](https://github.com/renpy/renpy) since late 2020,
and I am currently one of its maintainers - the second one in terms of volume of code and excluding translations.I'm also developping additional tools and snippets which can help creating games in Ren'Py, for example :
* [ChromaGlitch](https://github.com/Gouvernathor/renpy-ChromaGlitch), a glitching effect
* [SWHolo](https://github.com/Gouvernathor/renpy-SWHolo), a hologram effect similar to the Jedi council in Star Wars
* [PronounsClass](https://github.com/Gouvernathor/renpy-PronounsClass), a class to help managing player-chosen or otherwise dynamic pronouns
for multiple characters
* Fen's [In-Depth Pronouns](https://github.com/shawna-p/in-depth-pronouns-renpy) offers additional features but doesn't support several characters
being pronouned in a single game - mine does
* [TranslationTools](https://github.com/Gouvernathor/renpy-TranslationTools), some tools to help managing translation files in renpy games
* [AttributesManager](https://github.com/Gouvernathor/renpy-AttributesManager), a toolkit to help managing the attributes passed to images
(layeredimages in particular).
* A partial rewrite of the layeredimage syntax striving for optimization, consistency and featurefullness, which may or may not be partially
or totally included in a future version of Ren'Py.## Between politics and SVGs
I am currently hosting a saved (and multilingual) version of [PolitiScales](https://github.com/Gouvernathor/gouvernathor.github.io),
which disappeared from its original website along with the repository hosting its code (of which this was originally a fork).I am also contributing and maintaining the [ParliamentDiagram tool](https://parliamentdiagram.toolforge.org/archinputform.php)
([repo](https://github.com/Slashme/parliamentdiagram)), whose purpose is to create beautiful and solemn displays of the political groups
in a chamber of Parliament. You've probably already seen one of our diagrams, if you went on the Wikipedia page of a legislative assembly.
The [Parliamentarch](https://github.com/Gouvernathor/parliamentarch) python module manages the geometry calculations and the SVG exports
for those diagrams, offering more customization options than the website offers, you can import and use it yourself !I have another tool, [Py-Spangled Banner](https://github.com/Gouvernathor/py-spangled-banner), for making SVG displays of the american flag
with a variable number of stars (among other parameters).