Não pode escolher mais do que 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

58 linhas
2.3 KiB

há 8 anos
  1. roadmap
  2. -------
  3. Here it is a wish-list with features and ideas to improve the library. Note that features listed here are quite high-level and could be long term additions for the library. Current version of raylib is complete and functional but there is a lot of room for improvement.
  4. [raylib source code](https://github.com/raysan5/raylib/tree/master/src) has some *TODO* marks around code with pending things to review and improve.
  5. Also, check [GitHub Issues](https://github.com/raysan5/raylib/issues) for further details!
  6. **raylib 2.x**
  7. - [ ] rnet: raylib network module
  8. - [ ] rres: raylib resource packer
  9. - [ ] rlvk: raylib Vulkan API support (GRAPHICS_API_VULKAN)
  10. - [ ] Basic CPU/GPU stats sytem (memory, draws, time...)
  11. **raylib 2.5**
  12. - [x] Support Animated models
  13. - [x] Support glTF models file format
  14. - [x] Unicode support on text drawing
  15. **raylib 2.0**
  16. - [x] Removed external dependencies (GLFW3 and OpenAL)
  17. - [x] Support TCC compiler (32bit and 64bit)
  18. **raylib 1.8**
  19. - [x] Improved Materials system with PBR support
  20. - [x] Procedural image generation functions (spot, gradient, noise...)
  21. - [x] Procedural mesh generation functions (cube, sphere...)
  22. - [x] Custom Android APK build pipeline (default Makefile)
  23. **raylib 1.7**
  24. - [x] Support configuration flags
  25. - [x] Improved build system for Android
  26. - [x] Gamepad support on HTML5
  27. **raylib 1.6**
  28. - [x] Lua scripting support (raylib Lua wrapper)
  29. - [x] Redesigned audio module
  30. - [x] Support FLAC file format
  31. **raylib 1.5**
  32. - [x] Support Oculus Rift CV1 and VR stereo rendering (simulator)
  33. - [x] Redesign Shaders/Textures system -> New Materials system
  34. - [x] Support lighting: Omni, Directional and Spot lights
  35. - [x] Redesign physics module (physac)
  36. - [x] Chiptunes audio modules support
  37. **raylib 1.4**
  38. - [x] TTF fonts support (using stb_truetype)
  39. - [x] Raycast system for 3D picking (including collisions detection)
  40. - [x] Floyd-Steinberg dithering on 16bit image format conversion
  41. - [x] Basic image manipulation functions (crop, resize, draw...)
  42. - [x] Storage load/save data functionality
  43. - [x] Add Physics module (physac)
  44. - [x] Remove GLEW dependency -> Replaced by GLAD
  45. - [x] Redesign Raspberry PI inputs system
  46. - [x] Redesign gestures module to be multiplatform
  47. - [x] Module raymath as header-only and functions inline
  48. - [x] Add Easings module (easings.h)