summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorjussi2022-05-25 21:52:36 +0300
committerjussi2022-05-25 21:52:36 +0300
commit06f99406824b8bb03db17029279a0d139808cf6c (patch)
treec0d8e4ae8b234c95a669fe609a7039cb07ada94b /README.md
parent44e8b06603d91d398c0955f34da33d0242b7551a (diff)
downloadreilua-enhanced-06f99406824b8bb03db17029279a0d139808cf6c.tar.gz
reilua-enhanced-06f99406824b8bb03db17029279a0d139808cf6c.tar.bz2
reilua-enhanced-06f99406824b8bb03db17029279a0d139808cf6c.zip
Rest of mesh management functions.
Diffstat (limited to 'README.md')
-rw-r--r--README.md14
1 files changed, 5 insertions, 9 deletions
diff --git a/README.md b/README.md
index 5f7e92f..47ca96c 100644
--- a/README.md
+++ b/README.md
@@ -12,24 +12,20 @@ Reilua means fair in finnish.
ReiLua is WIP and some planned raylib functionality is still missing but it already has over 400 functions and should include all functions to make most 2d and 3d games. Current Raylib version 4.0.0.
+Included submodules.
+
+* Raygui
+* Raymath
+
List of some MISSING features that are planned to be included. For specific function, check API.
* Core
* VR stereo config functions for VR simulator
* Textures
* Texture update functions
-* Text
- * Some font loading/unloading functions
* Audio
* Wave
* AudioStream management functions
-* Mesh
- * Some mesh management functions
-
-Submodules.
-
-* Raygui ( Done )
-* Raymath ( Done )
## Usage