#
visualnovel
Here are 43 public repositories matching this topic...
a visual novel framework template for Yarn Spinner / Unity C#
-
Updated
Jun 25, 2020 - C#
NovelGame framework by WebGL(PixiJS)
-
Updated
Apr 28, 2022 - TypeScript
-
Updated
Oct 10, 2021 - GDScript
Heros.js is an OpenSource project of Visual Novel game engine that allow you to create games from a simple Doki Doki to a JDR with fighting system, without coding.
-
Updated
Apr 5, 2022 - JavaScript
lua framework for AVG games
-
Updated
Nov 11, 2021 - Lua
Performs various operations on Visual Novel Reader (VNR) shared dictionary files.
-
Updated
Jul 9, 2018 - C#
A node.js visual novel engine, built for variety.
nodejs
javascript
game
console
library
engine
text-game
console-game
console-application
visual-novel-engine
visualnovel
-
Updated
Jun 9, 2018 - JavaScript
An example of a dialogue system from a visual novel for Godot.
-
Updated
Sep 20, 2020 - GDScript
A visual Novel story about the struggles of orginary people in Chinese history based off the book "To live" by Yu Hua.
-
Updated
Dec 11, 2020 - Python
Game made in 4 hours during the AGDS microjam (video: http://bit.ly/mz_ren_py)
-
Updated
Mar 1, 2019 - Ren'Py
Language for visual novel's script based on XML.
-
Updated
Aug 27, 2019
TotoyeVN is a Visual Novel engine written in JavaScript.
javascript
game
game-engine
html5-game
game-development
visual-novels
visualnovel
gamelibrary
totoyevn-engine
-
Updated
Dec 6, 2021 - JavaScript
Como un dia, el fin se acerca para todo
game
java
simple
android-application
psychology
novel
beginner
cheap
evangelion
avangarde
visualnovel
-
Updated
Jan 21, 2019 - Java
“Where is Eleanor Rose?” is a 2D top-down adventure game, that addresses the 5 stages of grief and takes place inside of the mind of a teenage schoolgirl.
-
Updated
Dec 1, 2020 - C#
A visual novel engine written in Angular
-
Updated
Mar 2, 2022 - TypeScript
Game sources and documentation for Urbanotopus (University Assignment).
-
Updated
Dec 20, 2018 - C#
Improve this page
Add a description, image, and links to the visualnovel topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the visualnovel topic, visit your repo's landing page and select "manage topics."


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