Thanks to visit codestin.com
Credit goes to github.com

Skip to content

VIsual Novel Creation Engine wrapper for Allegro 5

Notifications You must be signed in to change notification settings

VegeSushi/VINCE

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VINCE (VIsual Novel Creation Engine)

A wrapper for Allegro 5 to make making VNs easier by enabling Lua support

Building and running example

Linux

Requirements:

  • cmake

  • make

  • g++

  • liballegro5-dev

  • liballegro-image5-dev

  • liballegro-ttf5-dev

  • liballegro-video5-dev

  • liblua5.4-dev

Building:

mkdir build
cd build
cmake ..
make

Running example:

./copy_to_example.sh
cd example
./vince

About

VIsual Novel Creation Engine wrapper for Allegro 5

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages