DGoldDragon28 / Unangband

A roguelike originally created (and developed until version 0.6.4c) by Andrew Doull.
https://dgolddragon28.github.io/Unangband/
GNU General Public License v2.0
59 stars 6 forks source link

Platform-independent SDL interface #60

Open dennis-roof opened 6 years ago

dennis-roof commented 6 years ago

Unangband uses platform-dependent interfaces like X11 and Carbon. SDL should work on Windows, OS X and Linux, so maybe a platform-independent SDL interface could replace these other interfaces and make platform-independent maintenance and testing easier.

DGoldDragon28 commented 6 years ago

Ah yes, one of those things that would be a lot cleaner, but would require such a time sink of rewriting for so little immediate improvement that I am disinclined to do it myself at the moment. It should be done eventually though, I agree.