The Wayback Machine - https://web.archive.org/web/20220428231606/https://github.com/topics/visualnovel
Skip to content
#

visualnovel

Here are 43 public repositories matching this topic...

Cronza
Cronza commented Apr 4, 2022

Currently, the Settings and Logger classes use a class designed to function as a singleton. This leads to the following in order to use them:
Settings.getInstance().

This can be simplified as modules when imported are functionally singletons. If we remove the class and simply have the functions and variables exist in the module, we can drop the .getInstance() bit

enhancement good first issue

Improve this page

Add a description, image, and links to the visualnovel topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the visualnovel topic, visit your repo's landing page and select "manage topics."

Learn more