You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

28 lines
1.2 KiB

11 years ago
10 years ago
  1. roadmap
  2. -------
  3. Current version of raylib is quite complete and functional but there is still a lot of things I would like to improve.
  4. Here it is a list of features I would like to add and functions to improve.
  5. Around the source code there are multiple TODO points with pending revisions/bugs and here it is a list of desired features.
  6. raylib v1.4
  7. [DONE] TTF fonts support (using stb_truetype)
  8. [DONE] Raycast system for 3D picking (including collisions detection)
  9. [DONE] Floyd-Steinberg dithering on 16bit image format conversion
  10. [DONE] Basic image manipulation functions (crop, resize, draw...)
  11. [DONE] Storage load/save data functionality
  12. [DONE] Physics module
  13. [IN PROGRESS] LUA scripting support (wrapper to lua lib)
  14. - Remove GLEW dependency (use another solution... glad?)
  15. - Basic image procedural generation (spot, gradient, noise...)
  16. - Basic GPU stats sytem (memory, draws, time...)
  17. Check [GITHUB ISSUES][issues] for further details on implementation status for this features!
  18. Any feature missing? Do you have a request? [Let me know!][raysan5]
  19. [raysan5]: mailto:raysan@raysanweb.com "Ramon Santamaria - Ray San"
  20. [isssues]: https://github.com/raysan5/raylib/issues