Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 1.04 KB

README.md

File metadata and controls

25 lines (18 loc) · 1.04 KB

Fractural Visual Novel Engine 📖

Deploy Unit Tests

A flexible text-based visual novel engine for Godot written in GDScript. Partly inspired by Ren'Py.

The goal of this engine is to be an extensible visual novel system capable of integrating itself into any project. With extensibility in mind, many features of the engine can be added onto with ease.

Features

  • StoryScript, a custom language made to write visual novels in. It has syntax that is similar to Ren'Py's language.
  • Saving and loading
  • Skipping and auto stepping
  • Pausing
  • Actors, which are movable, animatable, and transitionable onscreen objects.
    • Visuals
    • Background scenes
    • Text printers
  • Transitions
  • Animations
  • Movement

TODO:

Visit our development project board to see our current goals.