dressupgeekout / lunapurpura

Reimplementation of Purple Moon's games from the 1990s (WIP) - NOTE: ScummVM port in progress
https://dressupgeekout.github.io/lunapurpura/
BSD 2-Clause "Simplified" License
8 stars 1 forks source link

Make Ruby (MRI) bindings #33

Open dressupgeekout opened 4 years ago

dressupgeekout commented 4 years ago

Maybe it's more advantageous to create "normal" Ruby bindings (for the default MRI implementation of Ruby) rather than mruby bindings. The truth is, I've been putting the focus on mruby because the C interface is more familiar to me.