Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

43 lignes
1.8 KiB

il y a 11 ans
il y a 9 ans
il y a 9 ans
il y a 9 ans
il y a 9 ans
il y a 9 ans
il y a 8 ans
il y a 9 ans
il y a 9 ans
  1. roadmap
  2. -------
  3. Current version of raylib is quite complete and functional but there is still a lot of things to add and improve.
  4. Here it is a wish list of features I would like to add and functions to improve.
  5. 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!
  6. raylib 1.x
  7. [IN PROGRESS] LUA scripting support (wrapper to lua lib)
  8. Basic GPU stats sytem (memory, draws, time...)
  9. Procedural image generation functions (spot, gradient, noise...)
  10. Procedural mesh generation functions (cube, cone, sphere...)
  11. Touch-based camera controls for Android
  12. Skybox and Fog support
  13. raylib 1.5
  14. [DONE] Support Oculus Rift CV1 and VR stereo rendering (simulator)
  15. [DONE] Redesign Shaders/Textures system -> New Materials system
  16. [DONE] Support lighting: Omni, Directional and Spot lights
  17. [DONE] Redesign physics module (physac)
  18. [DONE] Chiptunes audio modules support
  19. raylib 1.4
  20. [DONE] TTF fonts support (using stb_truetype)
  21. [DONE] Raycast system for 3D picking (including collisions detection)
  22. [DONE] Floyd-Steinberg dithering on 16bit image format conversion
  23. [DONE] Basic image manipulation functions (crop, resize, draw...)
  24. [DONE] Storage load/save data functionality
  25. [DONE] Add Physics module (physac)
  26. [DONE] Remove GLEW dependency -> Replaced by GLAD
  27. [DONE] Redesign Raspberry PI inputs system
  28. [DONE] Redesign gestures module to be multiplatform
  29. [DONE] Module raymath as header-only and functions inline
  30. [DONE] Add Easings module (easings.h)
  31. Any feature missing? Do you have a request? [Let me know!][raysan5]
  32. [raysan5]: mailto:raysan5@gmail.com "Ramon Santamaria - Ray San"
  33. [isssues]: https://github.com/raysan5/raylib/issues