awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com

Visual Novel Engines

Ranking updated Jul 13, 2026

For a game engine for creating visual novels, the first results are renpy/renpy (Ren'Py is the industry-standard engine specifically built for creating visual novels, offering a complete suite of tools for branching narratives, sprite management, and cross-platform deployment), openwebgal/webgal (WebGAL is a dedicated visual novel engine that provides a no-code, node-based editor for managing branching narratives, character sprites, and multimedia assets directly in the browser) and 4ian/gdevelop (GDevelop is a versatile no-code 2D game engine that provides the necessary visual scripting and cross-platform export capabilities to build narrative-driven games, though it is a general-purpose tool rather than one specialized exclusively for visual novels). godotengine/godot and okamstudio/godot round out the shortlist. Compare the match explanations and check the project documentation against your requirements.

We curate open-source GitHub repositories matching “best visual novel engines”. Results are ranked by relevance to your query — pick filters below to narrow, or refine with AI.

Visual Novel Engines

Find the best repos with AI.We'll search the best matching repositories with AI.
  • renpy/renpyrenpy avatar

    renpy/renpy

    6,549View on GitHub↗

    Ren'Py is a cross-platform game engine and interactive storytelling tool built around a Python-based scripting engine. It is designed for creating visual novels and branching narrative games, where player choices determine story paths and character interactions. The engine provides a complete development framework for building narrative-driven experiences, from simple dialogue trees to complex life simulation games. The engine distinguishes itself through a comprehensive set of integrated systems that handle the full lifecycle of interactive storytelling. Its script-based story engine compile

    Ren'Py is the industry-standard engine specifically built for creating visual novels, offering a complete suite of tools for branching narratives, sprite management, and cross-platform deployment.

    Ren'PyBranching Narrative EnginesBranching Narrative DesignDialogue Choice Systems
    View on GitHub↗6,549
  • openwebgal/webgalOpenWebGAL avatar

    OpenWebGAL/WebGAL

    3,854View on GitHub↗

    WebGAL is a web-native development environment designed for the creation and publication of interactive narrative games. It provides a browser-based platform that enables users to build visual novels featuring branching dialogue and multimedia assets without requiring manual coding. The platform distinguishes itself through a visual editor that utilizes node-based logic definition to manage narrative flow and scene transitions. It includes specialized tooling for the configuration and integration of animated character models, allowing for the direct implementation of interactive character seq

    WebGAL is a dedicated visual novel engine that provides a no-code, node-based editor for managing branching narratives, character sprites, and multimedia assets directly in the browser.

    TypeScriptBranching Narrative Engines
    View on GitHub↗3,854
  • 4ian/gdevelop4ian avatar

    4ian/GDevelop

    20,609View on GitHub↗

    GDevelop is a no-code game engine designed for building interactive 2D applications through a visual scripting environment. It allows users to define game logic and object interactions using a graphical interface of conditions and actions, eliminating the need for traditional programming. The platform functions as a cross-platform creator, enabling the export of projects to web, desktop, and mobile environments from a single codebase. The engine is built on a modular game development extension framework that supports the creation and sharing of reusable behaviors and logic components. Develop

    GDevelop is a versatile no-code 2D game engine that provides the necessary visual scripting and cross-platform export capabilities to build narrative-driven games, though it is a general-purpose tool rather than one specialized exclusively for visual novels.

    JavaScriptCross-Platform
    View on GitHub↗20,609
  • godotengine/godotgodotengine avatar

    godotengine/godot

    112,618View on GitHub↗

    Godot is a comprehensive, node-based game engine designed for building interactive 2D and 3D applications. It provides an integrated development environment that utilizes a hierarchical scene system to organize objects, propagate spatial transformations, and manage lifecycle events. The engine functions as a cross-platform development suite, allowing developers to author, test, and export software to desktop, mobile, and web environments from a single, unified codebase. The engine distinguishes itself through a modular, component-based architecture that relies on signals-based decoupling for

    Godot is a versatile, general-purpose game engine that provides the necessary node-based architecture, scripting support, and cross-platform export capabilities to build complex visual novels, even though it is not exclusively dedicated to that specific genre.

    C++Cross-Platform
    View on GitHub↗112,618
  • okamstudio/godotokamstudio avatar

    okamstudio/godot

    112,685View on GitHub↗

    Godot is a multi-platform game engine and a suite of tools used to develop 2D and 3D interactive games and applications across multiple operating systems. It provides specialized development environments for both two-dimensional and three-dimensional design, including tools for sprite animation, tilemaps, lighting, meshes, and physics simulations. The engine includes a cross-platform export tool that packages projects for deployment to desktop, mobile, web, and console hardware targets from a single codebase. The system covers broad capabilities for interactive experience design and game dev

    Godot is a general-purpose game engine that provides the necessary tools for sprite management, scripting, and cross-platform deployment required to build a visual novel, though it requires more manual setup than a specialized narrative-focused engine.

    C++2D and 3D2D2D Engines
    View on GitHub↗112,685
  • inkle/inkinkle avatar

    inkle/ink

    4,817View on GitHub↗

    Ink is an interactive narrative scripting language, a JSON narrative compiler, and a narrative engine runtime. It provides a specialized toolset for authoring non-linear stories and complex branching dialogue systems, allowing developers to manage game state and deliver interactive text to a user interface. The system transforms raw scripts into a machine-readable JSON bytecode format to optimize execution within external game engines. It distinguishes itself through advanced state management, including the ability to serialize story progress into snapshots and maintain concurrent story conte

    Ink is a specialized scripting language and runtime for managing branching narrative logic, but it lacks the built-in character sprite management and visual rendering capabilities required to be a complete visual novel engine.

    C#Branching Narrative EnginesBranching Narrative DesignDialogue Choice Systems
    View on GitHub↗4,817
  • teamsirenix/odin-serializerTeamSirenix avatar

    TeamSirenix/odin-serializer

    1,884View on GitHub↗

    Odin Serializer is a framework designed for the Unity game engine to convert complex object graphs into persistent binary or JSON formats. It provides a system for saving and loading intricate class structures, including nested generics and polymorphic types, while maintaining the structural integrity of the data. The framework distinguishes itself through its support for ahead-of-time compilation, generating necessary type metadata during the build process to ensure functionality on platforms that restrict runtime reflection. It integrates directly with the Unity engine lifecycle, allowing f

    This is a serialization library for the Unity engine that handles data persistence, which is a technical building block you might use to implement a save system, but it is not a visual novel engine itself.

    C#Game State Persistence
    View on GitHub↗1,884
  • microsoft/chakracoreMicrosoft avatar

    Microsoft/ChakraCore

    9,256View on GitHub↗

    ChakraCore is an embedded JavaScript engine designed to be integrated as a library within a host application. Its primary purpose is to provide a programmable scripting layer and a lightweight runtime environment for executing JavaScript code and managing state via a programmatic interface. The project focuses on bridging high-level scripting with low-level system calls through a C API. This allows developers to implement custom scripting engines and embed JavaScript execution directly into applications to enable task automation and functional extensions. The engine utilizes a bytecode-based

    This is a low-level JavaScript runtime engine designed to be embedded into other applications, rather than a specialized framework or engine for building visual novels.

    JavaScriptCustom Scripting Engines
    View on GitHub↗9,256
  • nem0/lumixenginenem0 avatar

    nem0/LumixEngine

    3,829View on GitHub↗

    LumixEngine is a high-performance C++ 3D game engine designed for building interactive 3D applications. It is built on a data-oriented component system that organizes objects in contiguous memory blocks to maximize CPU cache performance. The engine features a dynamic binary plugin architecture for loading external modules at runtime and an embedded scripting virtual machine that exposes internal logic for external control without recompilation. Computational workloads are managed via a task-based parallel execution model that distributes jobs across multiple processor cores. The framework in

    This is a general-purpose 3D game engine focused on high-performance rendering and physics, rather than a specialized tool for managing the branching narratives and sprite-based workflows required for visual novels.

    C++Custom Scripting Engines
    View on GitHub↗3,829
  • robertkrimen/ottorobertkrimen avatar

    robertkrimen/otto

    8,439View on GitHub↗

    Otto is a Go implementation of a JavaScript interpreter and embedded scripting engine. It provides a runtime environment for executing JavaScript code within native applications and includes a parser that converts source code into an abstract syntax tree for analysis and processing. The project enables the creation of custom scripting interfaces by binding native Go functions into the JavaScript global scope. It also includes a utility to translate JavaScript regular expression patterns into compatible formats for other programming languages. The engine supports safe script sandboxing throug

    This is a JavaScript interpreter library for Go that provides a scripting runtime, but it lacks the narrative management, sprite rendering, and game-specific features required for a visual novel engine.

    GoCustom Scripting Engines
    View on GitHub↗8,439
  • isadorasophia/murderisadorasophia avatar

    isadorasophia/murder

    3,171View on GitHub↗

    Murder is an entity component system game engine designed for 2D game development. It provides a core framework for managing game objects through an ECS architecture and includes a dedicated 2D game editor for asset management and real-time property configuration. The engine features a specialized 2D rendering pipeline supporting pixel art, sprite slicing, and parallax effects. It includes a hierarchical A* pathfinding system for agent navigation and a comprehensive asset management system for serializing and loading game resources. The project covers a broad range of capabilities, including

    This is a general-purpose 2D entity-component system game engine rather than a specialized tool for narrative-driven visual novels, meaning it lacks the built-in dialogue trees and branching narrative systems required for that specific category.

    C#Game State PersistenceSprite Asset ManagementDialogue Choice Systems
    View on GitHub↗3,171
  • nesbox/tic-80nesbox avatar

    nesbox/TIC-80

    5,825View on GitHub↗

    TIC-80 is a fantasy console platform and multi-language game engine that provides a virtual retro game development environment. It operates via a bytecode virtual machine that executes game logic within fixed memory and resolution constraints. The project distinguishes itself by offering integrated asset editors for pixel art, tile maps, and a pattern-based chiptune audio workstation all within a single environment. It supports multi-language scripting, allowing developers to write logic in Lua, JavaScript, or Ruby, and provides a standalone game exporter to package projects into native execu

    TIC-80 is a fantasy console and general-purpose game engine for retro-style development, but it lacks the specialized narrative-focused features like branching dialogue trees and sprite-based character management required for a visual novel engine.

    CSprite State Managers
    View on GitHub↗5,825
Compare the top 10 at a glance
RepositoryStarsLanguageLicenseLast push
renpy/renpy6.5KRen'Py—Jun 16, 2026
openwebgal/webgal3.9KTypeScriptMPL-2.0Jun 16, 2026
4ian/gdevelop
20.6K
JavaScript
other
Feb 19, 2026
godotengine/godot112.6KC++MITJun 15, 2026
okamstudio/godot112.7KC++MITJun 17, 2026
inkle/ink4.8KC#MITMay 5, 2026
teamsirenix/odin-serializer1.9KC#Apache-2.0Oct 1, 2025
microsoft/chakracore9.3KJavaScriptMITFeb 19, 2026
nem0/lumixengine3.8KC++MITJun 24, 2026
robertkrimen/otto8.4KGoMITJun 13, 2025

Related searches

  • an open source game engine for development
  • a 2D game engine for building indie games
  • a game engine written in Rust
  • a python library for game development
  • a java game engine for desktop development
  • a high performance game engine for C++
  • a cross platform engine for game development
  • an open source pixel art editor