1
0
mirror of https://gitlab.com/octospacc/MultiSpaccSDK synced 2025-03-01 18:27:55 +01:00
2022-09-27 23:22:18 +02:00
..
2022-09-27 23:22:18 +02:00
2022-09-27 23:22:18 +02:00
2022-09-27 23:22:18 +02:00

LibMultiSpacc

LibMultiSpacc is a library aiming to provide cross-platform abstractions for a number of less-cross-platform libraries.

The idea is simple: to build an universal abstraction layer on top of other existing libraries, that developers can use in their code instead of the platform-specific calls, to make it possible for an application to get build-time support for a major number of previously incompatible platforms.

The list of supported (or planned) backend libraries follows:

  • SDL 1.2 (WIP)
  • SDL 2.0 (WIP)
  • NDS
  • GBA
  • NES

Example programs (and makefiles) will come soon.