mauvecow / DxPortLib

DxPortLib is a portability library for DxLib based software.
Other
41 stars 6 forks source link

Long-term: Custom front-end interface. #10

Open mauvecow opened 8 years ago

mauvecow commented 8 years ago

Supporting DxLib and Luna is nice for porting Japanese games, but if the core is upgraded sufficiently enough, it's a usable enough library in its own right.

This would require some planning on what would actually be wanted, but definitely workable.

mauvecow commented 7 years ago

I have added src/DPL/ for this, with optional C++ bindings under namespace DPL. For now, it will hold extensions that, originally, should have been global to the whole project in the first place.

In the future, I would like to add:

But it's kind of a 'when i get around to it.' Mostly a lot of this will be shuffling stuff from DxLib/Luna front-ends/back-ends into a saner, universal interface.