Update to include SDL2 platform

This commit is contained in:
Fierelier 2024-09-12 04:21:01 +02:00
parent 4fe6e4dcbf
commit 8767a3dd85

View File

@ -24,8 +24,8 @@ A unigi app is built from different layers:
Platforms act as the translation layer for different systems. The idea is to minimize the amount of work it takes to port graphical applications. Platforms act as the translation layer for different systems. The idea is to minimize the amount of work it takes to port graphical applications.
## Official platforms ## Official platforms
* **[SDL1](https://git.lumen.sh/Fierelier/unigi.platform.sdl1)** - The highly compatible SDL 1.2, works on old Linux and Windows 95+ * **[SDL1](https://git.lumen.sh/Fierelier/unigi.platform.sdl1)** - The highly compatible SDL 1.2, works on old Linux, Windows 95+ and some consoles
* **SDL2 (soon)** - SDL 2.x, works on somewhat recent Linux and Windows XP+ * **[SDL2](https://git.lumen.sh/Fierelier/unigi.platform.sdl2)** - SDL 2.x, works on somewhat recent Linux, Windows XP+ and some consoles
* **DOS (soon)** - DOS (Disk Operating System), compatible with FreeDOS and MS-DOS * **DOS (soon)** - DOS (Disk Operating System), compatible with FreeDOS and MS-DOS
* **PSP (soon)** - PlayStation Portable gaming console * **PSP (soon)** - PlayStation Portable gaming console
* **Null (soon)** - A placeholder that does "nothing", good if you want to test basic compilation for an unsupported platform * **Null (soon)** - A placeholder that does "nothing", good if you want to test basic compilation for an unsupported platform