From 23033d1f1858e321ac837043e8ba482420627c70 Mon Sep 17 00:00:00 2001 From: Ray Date: Fri, 21 Aug 2026 21:07:03 +0200 Subject: [PATCH] Update README.md --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 474d6f9f6..5820b8c9c 100644 --- a/README.md +++ b/README.md @@ -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 --------------