We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
fixed link to Emscripten variables in Makefile tutorial; now points to codeblock where variables are set
Updated raylib dependencies (markdown)
mention sdl as platform
Mention to look at config.h for cmake options as cmake was changed in #4044
Added how to build examples with cmake
Remove SVG loading option, which is no longer supported as of 1effe921291f5a260ef6e2841f0ed19ccb0c3e7c
Updated Working on Windows (markdown)
Updated Working on GNU Linux (markdown)
spelling
Bump ANDROID_API_VERSION to 34
Targetting android 29 issues a warning on new device that the apk contains security breaches. I've updated the target to Android 34 and made the necessary changes to build the apk. We still install build-tools and platform version 29 because version 34 has a bug in `dx` (renamed to `d8`) where it fails to link classes.dex
Updated Working for Android (on Linux) (markdown)
Typo in Raylib-Quckstart
Fix spacing
Wrote quickstart instead of quiuckstart
Fixed where "Raylib-Quckstart" was supposed to be Raylib-Quickstart
Updated _Footer (markdown)
Fix: typo
Hi! I was checking out this cool library when I noticed this tiny typo. Hope it's fine to submit a fix and it was not intentional. Otherwise, I apologize of course. :)
Update to the explanations of building raylib for different OS versions of Raspbian; including example compilation scripts. Some minor typo corrections.
Updated raylib templates (markdown)
Updated Using raylib in VSCode (markdown)
Updated Quick Setup for Windows with Visual Studio 2022, GCC, or MinGW (markdown)
Updated Working on macOS (markdown)