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 the Ruby DIB reader actually be based on the C one #11

Open dressupgeekout opened 4 years ago

dressupgeekout commented 4 years ago

We've got lib/dib.rb and src/dib/dib.[ch] which copy each other. Instead, the C implementation should be reference one, and then we'd make Ruby bindings (and the Lua one and more...) on top of it.