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

Documentation for the Fractural Visual Novel Engine. ๐Ÿ“–

License

Notifications You must be signed in to change notification settings

Fractural/FracturalVNEDocs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

67 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

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