summaryrefslogtreecommitdiffhomepage
path: root/ROADMAP.md
diff options
context:
space:
mode:
authorRay <[email protected]>2019-05-28 00:30:42 +0200
committerGitHub <[email protected]>2019-05-28 00:30:42 +0200
commitaa0afb55a52b72d8408a60ec7626424c09bfe225 (patch)
treef6ecb93f366ca693b202da36539ecea8211fbd52 /ROADMAP.md
parent18b846150293c8430d50196054c3692b0e026532 (diff)
downloadraylib-aa0afb55a52b72d8408a60ec7626424c09bfe225.tar.gz
raylib-aa0afb55a52b72d8408a60ec7626424c09bfe225.zip
Update ROADMAP.md
Diffstat (limited to 'ROADMAP.md')
-rw-r--r--ROADMAP.md21
1 files changed, 12 insertions, 9 deletions
diff --git a/ROADMAP.md b/ROADMAP.md
index ae470607..acc12819 100644
--- a/ROADMAP.md
+++ b/ROADMAP.md
@@ -1,16 +1,23 @@
roadmap
-------
-Current version of raylib is complete and functional but there is still a lot of room for improvement.
-Here it is a wish-list with features and ideas to improve the library.
+Here it is a wish-list with features and ideas to improve the library. Note that features listed here are usually high-level and long term additions for the library. Current version of raylib is complete and functional but there is a lot of room for improvement.
-Note that [raylib source code](https://github.com/raysan5/raylib/tree/master/src) has some *TODO* marks around code with pending things to review and improve. Check [GitHub Issues](https://github.com/raysan5/raylib/issues) for further details!
+[raylib source code](https://github.com/raysan5/raylib/tree/master/src) has some *TODO* marks around code with pending things to review and improve. Also, check [GitHub Issues](https://github.com/raysan5/raylib/issues) for further details!
**raylib 2.x**
- - [ ] rnet: Network module
- - [ ] Support Vulkan API (GRAPHICS_API_VULKAN)
+ - [ ] rnet: raylib network module
+ - [ ] rres: raylib resource packer
+ - [ ] rlvk: raylib Vulkan API support (GRAPHICS_API_VULKAN)
- [ ] Basic CPU/GPU stats sytem (memory, draws, time...)
+
+**raylib 2.5**
- [x] Support Animated models (2.5)
+ - [x] Unicode support on text drawing
+
+**raylib 2.0**
+ - [x] Removed external dependencies (GLFW3 and OpenAL)
+ - [x] Support TCC compiler (32bit and 64bit)
**raylib 1.8**
- [x] Improved Materials system with PBR support
@@ -47,7 +54,3 @@ Note that [raylib source code](https://github.com/raysan5/raylib/tree/master/src
- [x] Redesign gestures module to be multiplatform
- [x] Module raymath as header-only and functions inline
- [x] Add Easings module (easings.h)
-
-Any feature missing? Do you have a request? [Let me know!][raysan5]
-
-[raysan5]: mailto:[email protected] "Ramon Santamaria - Ray San"