mauvecow / DxPortLib

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

Long-term: Iron out Android, iOS, OSX portability. #6

Open mauvecow opened 8 years ago

mauvecow commented 8 years ago

Confirm that we can build and properly support all of the target platforms that SDL2 has to offer us.

This means:

It's likely that the current, ifdef-y hacks all around the GL code for ES2 support should also be cleaned up into better, separate pathways for ES2 and classic OpenGL.

mauvecow commented 7 years ago

Additionally: I have feedback from a Raspberry Pi user who could not initialize the OpenGL backend, so we need to properly fallback to GLES and, ultimately, a dummy driver if none are available.