diff options
| author | Ray <[email protected]> | 2022-07-03 13:37:17 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-07-03 13:37:17 +0200 |
| commit | 850321cf2b8b8af8a645666b5bfa758057cf8258 (patch) | |
| tree | f85a06f45d80ad15945dc668b01c2cdbf4bd4f44 /ROADMAP.md | |
| parent | f579a3a708c5f544cb93b6d0b5ebdaff135d97c7 (diff) | |
| download | raylib-850321cf2b8b8af8a645666b5bfa758057cf8258.tar.gz raylib-850321cf2b8b8af8a645666b5bfa758057cf8258.zip | |
Update ROADMAP.md
Diffstat (limited to 'ROADMAP.md')
| -rw-r--r-- | ROADMAP.md | 12 |
1 files changed, 6 insertions, 6 deletions
@@ -1,19 +1,19 @@ # raylib roadmap -Here it is a wish-list with features and ideas to improve the library. Note that features listed here are usually long term improvements or just describe a route to follow for the library. There are also some additional places to look for raylib improvements of ideas: +Here it is a wishlist with features and ideas to improve the library. Note that features listed here are usually long term improvements or just describe a route to follow for the library. There are also some additional places to look for raylib improvements and ideas: - [GitHub Issues](https://github.com/raysan5/raylib/issues) has several open issues for possible improvements or bugs to fix. - [raylib source code](https://github.com/raysan5/raylib/tree/master/src) has multiple *TODO* comments around code with pending things to review or improve. - - [raylib wishlist](https://github.com/raysan5/raylib/discussions/1502) is open to everyone to ask for improvements, feel free to check and comment. + - raylib wishlists discussions (https://github.com/raysan5/raylib/discussions/1502, https://github.com/raysan5/raylib/discussions/2272) are open to everyone to ask for improvements, feel free to check and comment. -_Current version of raylib is complete and functional but, as always, there is lot of room for improvement._ +_Current version of raylib is complete and functional but there is always room for improvements._ **raylib 4.x** - - [ ] Redesign camera module (more flexible) ([#1143](https://github.com/raysan5/raylib/issues/1143)) + - [ ] Redesign camera module (more flexible) ([#1143](https://github.com/raysan5/raylib/issues/1143), https://github.com/raysan5/raylib/discussions/2507) - [ ] Redesign gestures system, improve touch inputs management - [ ] Better documentation and improved examples - - [ ] Focus on HTML5 and embedded platforms - - [ ] Additional support libraries: [raygui](https://github.com/raysan5/raygui), [rres](https://github.com/raysan5/rres)... + - [ ] Focus on HTML5 ([raylib 5k gamejam](https://itch.io/jam/raylib-5k-gamejam)) and embedded platforms (RPI and similar SOCs) + - [x] Additional support libraries: [raygui](https://github.com/raysan5/raygui), [rres](https://github.com/raysan5/rres) **raylib 4.0** - [x] Improved consistency and coherency in raylib API |
