raylib/ROADMAP.md

38 lines
1.6 KiB
Markdown
Raw Normal View History

roadmap
2013-11-19 03:03:51 +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-02-21 14:18:36 +03:00
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!
2016-02-21 04:27:34 +03:00
raylib 1.5
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)
2015-08-06 22:18:08 +03: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