summaryrefslogtreecommitdiffhomepage
path: root/ROADMAP.md
diff options
context:
space:
mode:
authorRay <[email protected]>2020-02-07 16:32:57 +0100
committerGitHub <[email protected]>2020-02-07 16:32:57 +0100
commitd15b93839be87042371eaaba5cde512259fc5cda (patch)
treefeaa27d143c738f0b0575ac2c3c5476bd424dafb /ROADMAP.md
parentb06497cad674c70d364facaf28ca7a55e1c334ef (diff)
downloadraylib-d15b93839be87042371eaaba5cde512259fc5cda.tar.gz
raylib-d15b93839be87042371eaaba5cde512259fc5cda.zip
Update ROADMAP.md
Diffstat (limited to 'ROADMAP.md')
-rw-r--r--ROADMAP.md19
1 files changed, 12 insertions, 7 deletions
diff --git a/ROADMAP.md b/ROADMAP.md
index 6f6feb4d..50c0bf56 100644
--- a/ROADMAP.md
+++ b/ROADMAP.md
@@ -3,14 +3,19 @@ roadmap
Here it is a wish-list with features and ideas to improve the library. Note that features listed here are quite high-level and could be long term additions for the library. Current version of raylib is complete and functional but there is a lot of room for improvement.
-[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 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 2.x**
- - [ ] 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 3.x**
+ - [ ] Network module (UDP): `rnet` ([info](https://github.com/raysan5/raylib/issues/753))
+ - [ ] Custom raylib resource packer: `rres` ([info](https://github.com/raysan5/rres))
+ - [ ] Trace log messages redesign ([info](https://github.com/raysan5/raylib/issues/1065))
+ - [ ] Basic CPU/GPU stats system (memory, draws, time...)
+ - [ ] Continuous Deployment using GitHub Actions
+
+ **raylib 3.0**
+ - [x] Optimize data structures for pass-by-value
+ - [x] Custom memory allocators support: `rmem`
+ - [x] Continuous Integration using GitHub Actions
**raylib 2.5**
- [x] Support Animated models