mirror of
https://github.com/raysan5/raylib.git
synced 2026-08-26 09:01:35 +00:00
Update README.md
This commit is contained in:
@@ -61,9 +61,9 @@ raylib presents some limitation by design for code simplicity, some forks, alter
|
||||
|
||||
- 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
|
||||
- `RenderTextures` are flipped vertically, as provided by OpenGL, it's up to user to draw then flipped to screen
|
||||
- Font rasterization has lower quality than alternatives using `Freetype2`, `HarfBuzz` or `Slug`
|
||||
- Text drawing does not support RTL, ligatures or emojis
|
||||
- `RenderTextures` are flipped vertically, as provided by OpenGL, it's up to user to draw then flipped on screen
|
||||
|
||||
basic example
|
||||
--------------
|
||||
|
||||
Reference in New Issue
Block a user