raylib/ROADMAP.md

26 lines
1.1 KiB
Markdown
Raw Normal View History

roadmap
2013-11-19 03:03:51 +04:00
-------
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.
2015-08-06 22:18:08 +03:00
Around the source code there are multiple TODO points with pending revisions/bugs and here it is a list of desired features.
2015-08-06 22:18:08 +03:00
raylib v1.4
2014-12-31 21:25:50 +03:00
2015-08-06 22:18:08 +03:00
- TTF fonts support (using stb_truetype)
- Raycast system for 3D picking (including collisions detection)
2015-09-03 02:28:13 +03:00
- Remove GLEW dependency (use another solution... glad?)
2015-08-06 22:18:08 +03:00
- 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...)
2015-09-03 02:28:13 +03:00
- LUA scripting support (wrapper to lua lib)
2015-08-06 22:18:08 +03:00
Check [GITHUB ISSUES][issues] for further details on implementation status for this features!
Any feature missing? Do you have a request? [Let me know!][raysan5]
[raysan5]: mailto:raysan@raysanweb.com "Ramon Santamaria - Ray San"
2015-08-06 22:18:08 +03:00
[isssues]: https://github.com/raysan5/raylib/issues