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.

64 lines
2.7 KiB

11 years ago
8 years ago
  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. Check also [GitHub Issues](https://github.com/raysan5/raylib/issues) for further details!
  5. **raylib 3.x**
  6. - [ ] Network module (UDP): `rnet` ([info](https://github.com/raysan5/raylib/issues/753))
  7. - [ ] Custom raylib resource packer: `rres` ([info](https://github.com/raysan5/rres))
  8. - [ ] Basic CPU/GPU stats system (memory, draws, time...)
  9. - [ ] Continuous Deployment using GitHub Actions
  10. **raylib 3.0**
  11. - [x] Custom memory allocators support
  12. - [x] Global variables moved to global context
  13. - [x] Optimize data structures for pass-by-value
  14. - [x] Trace log messages redesign ([info](https://github.com/raysan5/raylib/issues/1065))
  15. - [x] Continuous Integration using GitHub Actions
  16. **raylib 2.5**
  17. - [x] Support Animated models
  18. - [x] Support glTF models file format
  19. - [x] Unicode support on text drawing
  20. **raylib 2.0**
  21. - [x] Removed external dependencies (GLFW3 and OpenAL)
  22. - [x] Support TCC compiler (32bit and 64bit)
  23. **raylib 1.8**
  24. - [x] Improved Materials system with PBR support
  25. - [x] Procedural image generation functions (spot, gradient, noise...)
  26. - [x] Procedural mesh generation functions (cube, sphere...)
  27. - [x] Custom Android APK build pipeline (default Makefile)
  28. **raylib 1.7**
  29. - [x] Support configuration flags
  30. - [x] Improved build system for Android
  31. - [x] Gamepad support on HTML5
  32. **raylib 1.6**
  33. - [x] Lua scripting support (raylib Lua wrapper)
  34. - [x] Redesigned audio module
  35. - [x] Support FLAC file format
  36. **raylib 1.5**
  37. - [x] Support Oculus Rift CV1 and VR stereo rendering (simulator)
  38. - [x] Redesign Shaders/Textures system -> New Materials system
  39. - [x] Support lighting: Omni, Directional and Spot lights
  40. - [x] Redesign physics module (physac)
  41. - [x] Chiptunes audio modules support
  42. **raylib 1.4**
  43. - [x] TTF fonts support (using stb_truetype)
  44. - [x] Raycast system for 3D picking (including collisions detection)
  45. - [x] Floyd-Steinberg dithering on 16bit image format conversion
  46. - [x] Basic image manipulation functions (crop, resize, draw...)
  47. - [x] Storage load/save data functionality
  48. - [x] Add Physics module (physac)
  49. - [x] Remove GLEW dependency -> Replaced by GLAD
  50. - [x] Redesign Raspberry PI inputs system
  51. - [x] Redesign gestures module to be multiplatform
  52. - [x] Module raymath as header-only and functions inline
  53. - [x] Add Easings module (easings.h)