The simple and portable, writer-first visual novel engine with Markdown-like syntax.
- C 87.6%
- Lua 7.5%
- Makefile 2.9%
- HTML 0.6%
- Shell 0.6%
- Other 0.7%
| assets | ||
| docs | ||
| ext/raylib | ||
| src | ||
| .clang-format | ||
| .gitignore | ||
| AUTHORS.md | ||
| CONTRIBUTING.md | ||
| CONVENTIONS.md | ||
| LICENSE.md | ||
| Makefile | ||
| README.md | ||
Vinora Engine
Vinora Engine is a visual novel engine with a focus on simplicity and portability. It doesn't use any scripting language (like Python in Ren'Py), but instead it uses markup (well, a Markdown dialect).
It's in an early stage of development, so it has little use for an average user yet. But if you are a programmer -- you are welcome to contribute.
Quickstart
If you have ever built an OpenGL program, you can just type make run.
It will take 5-30 seconds to build and launch the engine.
But if you don't have these classic OpenGL dependencies installed, follow this guide.