summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorjussi2022-02-22 19:09:57 +0200
committerjussi2022-02-22 19:09:57 +0200
commit30ae308c9b26b18096f3f993f4b6ad50ea6bfd76 (patch)
tree4d44d290e078ff09ff848134d3e0f31ca9c5134d /README.md
parenta7f58b3261565b59e508c659ae3a7f1964a5bad5 (diff)
downloadreilua-enhanced-30ae308c9b26b18096f3f993f4b6ad50ea6bfd76.tar.gz
reilua-enhanced-30ae308c9b26b18096f3f993f4b6ad50ea6bfd76.tar.bz2
reilua-enhanced-30ae308c9b26b18096f3f993f4b6ad50ea6bfd76.zip
Documentation, heightmap example and custom begin and end draw.
Diffstat (limited to 'README.md')
-rw-r--r--README.md32
1 files changed, 31 insertions, 1 deletions
diff --git a/README.md b/README.md
index 899c3c6..2d2b338 100644
--- a/README.md
+++ b/README.md
@@ -10,7 +10,37 @@ Reilua means fair in finnish.
## Status
-ReiLua is currently in arbitrary version 0.1 and some planned raylib functionality is still missing.
+ReiLua is currently in arbitrary version 0.1 and some planned raylib functionality is still missing but it already has over 300 functions.
+
+List of some missing features that are planned to be included. For specific function check API.
+
+* Core
+ * Some screen-space-related functions
+ * Files drop
+ * custom callbacks
+ * camera2d and it's functions
+ * VR stereo config functions for VR simulator
+* Textures
+ * Most image loading functions
+ * Image manipulation functions
+ * Texture update functions
+ * Color/pixel related functions
+* Text
+ * Some font loading/unloading functions
+* Audio
+ * Wave
+ * AudioStream management functions
+* Mesh
+ * Some mesh management functions
+
+Submodules.
+
+* Raygui
+ * Advanced controls
+* Raymath
+ * Quaternions
+* Physac
+ * Whole implementation
## Usage