MultiSpaccSDK/LibMultiSpacc/README.md

16 lines
598 B
Markdown
Raw Normal View History

2022-08-06 13:57:49 +02:00
# LibMultiSpacc
LibMultiSpacc is a library aiming to provide cross-platform abstractions for a number of less-cross-platform libraries.
2022-08-06 20:34:46 +02:00
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:
2022-08-06 13:57:49 +02:00
- SDL 1.2 (WIP)
2022-08-06 20:34:46 +02:00
- SDL 2.0 (WIP)
2022-09-27 23:22:18 +02:00
- NDS
- GBA
- NES
2022-08-06 13:57:49 +02:00
Example programs (and makefiles) will come soon.