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

Consider using Raylib instead of plain SDL #56

Open dressupgeekout opened 3 years ago

dressupgeekout commented 3 years ago

I'm seriously thinking about migrating away from SDL altogether.

Raylib makes it actually kinda easy to write stuff in plain C, and honestly, I've been rather impressed with what it can do. It meets the size and portability requirements I've set up for myself. I feel like it will simplify getting interesting stuff to work on Windows.