Engine for visual novels, written in Dlang and Lua
|
1 هفته پیش | |
---|---|---|
conf | 1 هفته پیش | |
source | 1 هفته پیش | |
.gitignore | 1 هفته پیش | |
LICENSE | 1 هفته پیش | |
build.sh | 1 هفته پیش | |
dub.json | 1 هفته پیش | |
dub.selections.json | 1 هفته پیش | |
libhpff.lib | 1 هفته پیش | |
lua53.lib | 1 هفته پیش | |
raylib.lib | 1 هفته پیش | |
readme.md | 1 هفته پیش | |
vlc.lib | 1 هفته پیش |
Himmel(equal to Heaven, but in German) is an engine for Visual Novels, written using Dlang and Lua.
Build system currently assumes POSIX like system. For building, you need first install next components on:
FreeBSD:
sudo pkg install ldc vlc dub lua53
Alpine:
doas apk add ldc2 dub vlc-dev vlc lua5.3-dev
Debian:
sudo apt install dub ldc vlc-dev liblua5.3-dev vlc lua
Next, run
./build.sh
. Everything will be done automatically!
raylib(raylib.com) uses zlib/libpng license
himmel engine uses MIT license
VLC(videolan.org) uses LGPL license
lua(lua.org) uses MIT license