Update README.md

This commit is contained in:
Fierelier 2024-06-16 20:07:18 +02:00
parent 8ca18f8f46
commit c7bcf8cbdb
2 changed files with 1 additions and 7 deletions

3
.gitmodules vendored
View File

@ -1,3 +0,0 @@
[submodule "src/fptc-lib"]
path = src/fptc-lib
url = https://github.com/mgetka/fptc-lib

View File

@ -16,7 +16,7 @@ This repository contains documentation, links and example applications.
# Layers
A unigi app is built from different layers:
* **[Headers](https://git.lumen.sh/Fierelier/unigi.headers)** - The functions to be implemented by the Platform
* **Platform** - Implements the functions from Headers to work on a particular system (see below for a list)
* **[Platform](#official-platforms)** - Implements the functions from Headers to work on a particular system
* **...** - Optionally, more layers
* **App** - Your code, uses other layers for input/output
@ -29,6 +29,3 @@ Platforms act as the translation layer for different systems. The idea is to min
* **DOS (soon)** - DOS (Disk Operating System), compatible with FreeDOS and MS-DOS
* **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
## Third party platforms
...