summaryrefslogtreecommitdiffstats
path: root/libraries/raylib/README
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/raylib/README')
-rw-r--r--libraries/raylib/README9
1 files changed, 9 insertions, 0 deletions
diff --git a/libraries/raylib/README b/libraries/raylib/README
new file mode 100644
index 0000000000..f8da3e89dd
--- /dev/null
+++ b/libraries/raylib/README
@@ -0,0 +1,9 @@
+raylib is a simple and easy-to-use library to enjoy videogames
+programming and it is highly inspired by Borland BGI graphics lib
+and by XNA framework.
+
+Set JARXM_LINEAR_INTERPOLATION=1 to patch jarxm to use linear
+interpolation instead of no interpolation when playing back XM
+(FastTracker II) music modules.
+
+Set WAYLAND=1 to make Raylib work on Wayland instead of X11.