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.

53 lines
2.1 KiB

11 years ago
8 years ago
  1. roadmap
  2. -------
  3. Current version of raylib is complete and functional but there is still a lot of room for improvement.
  4. Here it is a wish-list with features and ideas to improve the library.
  5. Note that [raylib source code](https://github.com/raysan5/raylib/tree/master/src) has some *TODO* marks around code with pending things to review and improve. Check [GitHub Issues](https://github.com/raysan5/raylib/issues) for further details!
  6. **raylib 2.x**
  7. - [ ] raynet: Network module
  8. - [ ] Support Vulkan API (GRAPHICS_API_VULKAN)
  9. - [ ] Basic CPU/GPU stats sytem (memory, draws, time...)
  10. - [ ] Support Animated models
  11. **raylib 1.8**
  12. - [x] Improved Materials system with PBR support
  13. - [x] Procedural image generation functions (spot, gradient, noise...)
  14. - [x] Procedural mesh generation functions (cube, sphere...)
  15. - [x] Custom Android APK build pipeline (default Makefile)
  16. **raylib 1.7**
  17. - [x] Support configuration flags
  18. - [x] Improved build system for Android
  19. - [x] Gamepad support on HTML5
  20. **raylib 1.6**
  21. - [x] Lua scripting support (raylib Lua wrapper)
  22. - [x] Redesigned audio module
  23. - [x] Support FLAC file format
  24. **raylib 1.5**
  25. - [x] Support Oculus Rift CV1 and VR stereo rendering (simulator)
  26. - [x] Redesign Shaders/Textures system -> New Materials system
  27. - [x] Support lighting: Omni, Directional and Spot lights
  28. - [x] Redesign physics module (physac)
  29. - [x] Chiptunes audio modules support
  30. **raylib 1.4**
  31. - [x] TTF fonts support (using stb_truetype)
  32. - [x] Raycast system for 3D picking (including collisions detection)
  33. - [x] Floyd-Steinberg dithering on 16bit image format conversion
  34. - [x] Basic image manipulation functions (crop, resize, draw...)
  35. - [x] Storage load/save data functionality
  36. - [x] Add Physics module (physac)
  37. - [x] Remove GLEW dependency -> Replaced by GLAD
  38. - [x] Redesign Raspberry PI inputs system
  39. - [x] Redesign gestures module to be multiplatform
  40. - [x] Module raymath as header-only and functions inline
  41. - [x] Add Easings module (easings.h)
  42. Any feature missing? Do you have a request? [Let me know!][raysan5]
  43. [raysan5]: mailto:ray@raylib.com "Ramon Santamaria - Ray San"