https://github.com/klange/webvn
Pure CSS/HTML5 visual novel generator
https://github.com/klange/webvn
Last synced: 11 months ago
JSON representation
Pure CSS/HTML5 visual novel generator
- Host: GitHub
- URL: https://github.com/klange/webvn
- Owner: klange
- License: ncsa
- Created: 2015-05-22T04:21:08.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2018-07-13T07:34:21.000Z (over 7 years ago)
- Last Synced: 2025-01-06T22:29:10.581Z (about 1 year ago)
- Language: HTML
- Size: 330 KB
- Stars: 5
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# webvn
This is the tool that created the Endgames Visual Novel featured on Megatokyo.com in 2015. It generates pure HTML+CSS "linear" visual novels, though in theory it can be adapted for branching storylines.
## Usage
Examine the `demo.webvn` to understand the syntax of the input files, and create assets for your characters and background scenes. Edit `scenes.css` to add new scene descriptions, and edit `vn.css` to change the look and feel of the text boxes.
Running `python2 genweb.py demo.webvn` will create a series of files `demo_0.htm` (and so on) for each of the music segments in your source file. `index.htm` is configured to load the first frame of the demo script.