https://github.com/unsetsoft/vne
A smaller visual novel engine
https://github.com/unsetsoft/vne
visualnovel visualnovelengine vne vnengine
Last synced: 4 months ago
JSON representation
A smaller visual novel engine
- Host: GitHub
- URL: https://github.com/unsetsoft/vne
- Owner: UnSetSoft
- License: other
- Created: 2024-12-23T04:13:01.000Z (10 months ago)
- Default Branch: dev
- Last Pushed: 2025-05-18T20:04:58.000Z (5 months ago)
- Last Synced: 2025-05-18T21:22:07.244Z (5 months ago)
- Topics: visualnovel, visualnovelengine, vne, vnengine
- Language: Python
- Homepage: http://engine.unsetsoft.com/
- Size: 709 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
# Visual Novel Engine (VNEngine)
**VNEngine** is a visual novel engine developed in Python using Pygame. It offers a flexible and simple way to create visual novels with support for characters, backgrounds, sprites, dialogues, conditions, and labels.
> [!IMPORTANT]
> The engine name may change> [!IMPORTANT]
> the engine does not have an interface, it is used in CLI mode## Installation (SRC)
### Requirements
* Pygame
1. Clone this repository:
```bash
git clone https://github.com/Neyunse/vne/tree/dev vne
cd vne
```2. Install necessary dependencies:
```bash
pip install -r requirements.txt
```3. Run the engine:
```bash
python main.py -r -f test-game
```## License
VNengine © 2024 by Neyunse is licensed under Creative Commons Attribution-NoDerivatives 4.0 International
> [!WARNING]
> The license can be modified in future updates, the license that is modified becomes effective from the next update or change in the repository. Old licenses will remain active for old versions only.## Contributions
Feel free to fork and contribute to this engine.
## Fork rules
- create a new branch and work there
- if you create a fork please contribute to this repo