Skip to content
This repository was archived by the owner on Feb 22, 2025. It is now read-only.

Latest commit

 

History

History
31 lines (23 loc) · 1.06 KB

README.md

File metadata and controls

31 lines (23 loc) · 1.06 KB

Warning

This repository is now deprecated due to the Fractural Visual Novel Engine being archived. See Fractural Visual Novel Engine repository for more information.

Fractural VNE Docs

Documentation for the Fractural Visual Novel Engine.

Built with Sphinx, Read the Docs and a customized version of the Godot Docs' sphinx theme.

Available on:

How to Build

  1. To build it you'll need Python, CMake, and some other libraries.

  2. Install libraries with: python -m pip install -r requirements.txt

  3. Build:

    • Linux/Mac:
      > make html
    • Windows:
      > make.bat html