forked from StarOpenSource/Engine
Update and add README.md files
This commit is contained in:
parent
0d5f19ee31
commit
2d558f8482
3 changed files with 5 additions and 3 deletions
|
@ -1,2 +1,2 @@
|
||||||
# The `slf4j-compat` subsystem
|
# The `notification` subsystem
|
||||||
This subsystems provides an extensive notification API. The only thing missing in the sandwich is your rendering implementation.
|
This subsystems provides an extensive notification API. The only thing missing in the sandwich is your application displaying these.
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
# The `slf4j-compat` subsystem
|
# 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
2
windowing/glfw/README.md
Normal 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.
|
Loading…
Reference in a new issue