Rebirth is a C++17 visual novel engine developed in 13 days for The Last Evening by Candlelight, a game created for AniVisual Jam #3.
The engine implements the application layer and the systems required by the game, including OpenGL rendering, scenes, dialogue, text, sprites, menus, music, ambience and sound.
Rebirth is built as a static library and is used by a separate SandBox application. The original project targets Windows and Visual Studio.
Open Rebirth.sln in Visual Studio and build the desired configuration.
The project uses the Visual Studio v142 toolset and C++17.
Rebirth is licensed under GPL-3.0.