Fix Markdown error.
All checks were successful
Run ReCI Build Test / Explore-Gitea-Actions (push) Successful in 1m52s
All checks were successful
Run ReCI Build Test / Explore-Gitea-Actions (push) Successful in 1m52s
This commit is contained in:
@@ -5,7 +5,7 @@ A library which allows easily creating and managing a window and it's events acr
|
||||
|
||||
|
||||
## Features
|
||||
- Window Creation - Create multiple windows at once. Windows can also create so-called `dialog-boxes`, which are technically windows too.
|
||||
- Window Creation - Create multiple windows at once. Windows can also create so-called `message-boxes`, which are technically windows too.
|
||||
- Window Management - Change the state of the window, title, size, fullscreen mode, v-sync, and more.
|
||||
- Window Events - Callback function hooks for reading user-input and window state events, such as exit, focus, etc.
|
||||
- State of the Art C++20
|
||||
@@ -15,7 +15,7 @@ A library which allows easily creating and managing a window and it's events acr
|
||||
- Supports OpenGL, Vulkan, Software Rendering(?)
|
||||
- Public Domain.
|
||||
- Lightweight AF.
|
||||
- Painless integration with <your favorite graphics API>. (Ours is JGL!)
|
||||
- Painless integration with \<your favorite graphics API\>. (Ours is JGL!)
|
||||
- Straightforward, well-documented source code and API.
|
||||
- Packaged with InputService as a built-in, portable input API.
|
||||
|
||||
|
Reference in New Issue
Block a user