summaryrefslogtreecommitdiffhomepage
path: root/ROADMAP.md
diff options
context:
space:
mode:
authorvictorfisac <[email protected]>2016-02-26 14:32:30 +0100
committervictorfisac <[email protected]>2016-02-26 14:32:30 +0100
commitce56fcb1eda06385b88c1a906f0968d742ff8130 (patch)
tree4c82fa8ce61db1ae4af3ab1e174dd8c7d5918919 /ROADMAP.md
parentf582ab06add085594f2579ee6e7d625212abd204 (diff)
parent75a73d94171051037fcf670852877977d9251520 (diff)
downloadraylib-ce56fcb1eda06385b88c1a906f0968d742ff8130.tar.gz
raylib-ce56fcb1eda06385b88c1a906f0968d742ff8130.zip
Merge remote-tracking branch 'refs/remotes/raysan5/master'
Diffstat (limited to 'ROADMAP.md')
-rw-r--r--ROADMAP.md42
1 files changed, 27 insertions, 15 deletions
diff --git a/ROADMAP.md b/ROADMAP.md
index 324f4614..aaa1a256 100644
--- a/ROADMAP.md
+++ b/ROADMAP.md
@@ -1,25 +1,37 @@
roadmap
-------
-Current version of raylib is quite complete and functional but there is still a lot of things I would like to improve.
-Here it is a list of features I would like to add and functions to improve.
+Current version of raylib is quite complete and functional but there is still a lot of things to add and improve.
+Here it is a wish list of features I would like to add and functions to improve.
-Around the source code there are multiple TODO points with pending revisions/bugs and here it is a list of desired features.
+Note that around the raylib source code there are multiple TODO points with pending revisions/bugs. Check [GitHub Issues](https://github.com/raysan5/raylib/issues) for further details!
-raylib v1.4
+raylib 1.5
- - TTF fonts support (using stb_truetype)
- - Raycast system for 3D picking (including collisions detection)
- - Remove GLEW dependency (use another solution... glad?)
- - Floyd-Steinberg dithering on 16bit image format conversion
- - Basic image manipulation functions (crop, resize, draw...)
- - Basic image procedural generation (spot, gradient, noise...)
- - Basic GPU stats sytem (memory, draws, time...)
- - LUA scripting support (wrapper to lua lib)
-
-Check [GITHUB ISSUES][issues] for further details on implementation status for this features!
+ Redesign Shaders/Textures system, use Materials
+ Redesign physics module (physac)
+ Basic GPU stats sytem (memory, draws, time...)
+ Procedural image generation functions (spot, gradient, noise...)
+ Procedural mesh generation functions (cube, cone, sphere...)
+ Touch-based camera controls for Android
+ Skybox and Fog support
+ [IN PROGRESS] LUA scripting support (wrapper to lua lib)
+
+raylib 1.4
+
+ [DONE] TTF fonts support (using stb_truetype)
+ [DONE] Raycast system for 3D picking (including collisions detection)
+ [DONE] Floyd-Steinberg dithering on 16bit image format conversion
+ [DONE] Basic image manipulation functions (crop, resize, draw...)
+ [DONE] Storage load/save data functionality
+ [DONE] Add Physics module (physac)
+ [DONE] Remove GLEW dependency -> Replaced by GLAD
+ [DONE] Redesign Raspberry PI inputs system
+ [DONE] Redesign gestures module to be multiplatform
+ [DONE] Module raymath as header-only and functions inline
+ [DONE] 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"
+[raysan5]: mailto:[email protected] "Ramon Santamaria - Ray San"
[isssues]: https://github.com/raysan5/raylib/issues