Update and add README.md files

This commit is contained in:
JeremyStar™ 2024-10-15 13:49:02 +02:00
parent 0d5f19ee31
commit 2d558f8482
Signed by: JeremyStarTM
GPG key ID: E366BAEF67E4704D
3 changed files with 5 additions and 3 deletions

View file

@ -1,2 +1,2 @@
# The `slf4j-compat` subsystem
This subsystems provides an extensive notification API. The only thing missing in the sandwich is your rendering implementation.
# The `notification` subsystem
This subsystems provides an extensive notification API. The only thing missing in the sandwich is your application displaying these.

View file

@ -1,2 +1,2 @@
# The `slf4j-compat` subsystem
This subsystem provides compatibility with [SLF4J] and redirects all log calls to the engine's own logger.
This subsystem provides compatibility with [SLF4J](https://slf4j.org) and redirects all log calls to the engine's own logger.

2
windowing/glfw/README.md Normal file
View file

@ -0,0 +1,2 @@
# The `glfw` subsystem
This subsystem provides a Windowing API using [LWJGL](https://lwjgl.org)'s [GLFW](https://glfw.org) bindings.