2 releases
Uses old Rust 2015
0.1.1 | May 23, 2018 |
---|---|
0.1.0 | May 23, 2018 |
#1140 in Game dev
20KB
80 lines
vIbha'
vIbHa' (v)
- move through time toward the past
The vibha
crate is a crate that defines an interface for communication between
a binary runner of a text adventure and a game library for a text adventure. An
example provided is able to dynamically load game DLLs on windows, it is
intended for development use, but could be adapted into a user-facing program.
Of course, in a final release game you might choose to compile the whole game
together statically as well. In that case, I think you'll still benefit from the
clear separation of concerns that this library helps you maintain.