Update README.md

This commit is contained in:
Ray
2026-08-21 21:07:03 +02:00
committed by GitHub
parent d7225acd8e
commit 23033d1f18

View File

@@ -56,7 +56,13 @@ features
limitations
-----------
- No support for rendering during resizing or window movement on windows platforms
raylib presents some limitation by design for code simplicity, some forks, alternatives and samples are available to overcome most of them but it's up to the user with those specific needs.
- Single window with single OpenGL context by default, no multi-window support
- Window resize and move stops the rendering loop on platforms supporting a window
- Font rasterization has lower qualityt than alternatives using Freetype2, HarfBuzz or Slug
- Text drawing does not support RTL, ligatures or emojis
basic example
--------------