2013-11-19 02:38:44 +04:00
roadmap
2013-11-19 03:03:51 +04:00
-------
2013-11-19 02:38:44 +04:00
2016-02-21 04:27:34 +03:00
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.
2016-11-06 16:09:30 +03:00
Note raylib source code has multiple TODO points with pending things to review and improve. Check [GitHub Issues ](https://github.com/raysan5/raylib/issues ) for further details!
2016-02-21 04:27:34 +03:00
2016-06-09 02:23:07 +03:00
raylib 1.x
2016-02-21 04:27:34 +03:00
2016-11-06 16:09:30 +03:00
[DONE] LUA scripting support (wrapper to lua lib)
2016-02-21 04:27:34 +03:00
Basic GPU stats sytem (memory, draws, time...)
2016-11-06 16:09:30 +03:00
Improved custom file-format (.rres) and packaging tool
2016-02-21 04:27:34 +03:00
Procedural image generation functions (spot, gradient, noise...)
Procedural mesh generation functions (cube, cone, sphere...)
Touch-based camera controls for Android
2016-06-09 02:23:07 +03:00
raylib 1.5
2016-07-15 19:45:45 +03:00
[DONE] Support Oculus Rift CV1 and VR stereo rendering (simulator)
2016-06-09 02:23:07 +03:00
[DONE] Redesign Shaders/Textures system -> New Materials system
[DONE] Support lighting: Omni, Directional and Spot lights
[DONE] Redesign physics module (physac)
[DONE] Chiptunes audio modules support
2016-02-21 04:27:34 +03:00
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)
2015-08-06 22:18:08 +03:00
2013-11-19 02:38:44 +04:00
Any feature missing? Do you have a request? [Let me know!][raysan5]
2016-02-21 04:27:34 +03:00
[raysan5]: mailto:raysan5@gmail.com "Ramon Santamaria - Ray San"
2015-08-06 22:18:08 +03:00
[isssues]: https://github.com/raysan5/raylib/issues