Skip to content

Commit 07f3a65

Browse files
authored
Update ROADMAP.md
1 parent 6a8b107 commit 07f3a65

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

ROADMAP.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,19 @@ roadmap
33

44
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.
55

6-
[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 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!
77

88
**raylib 3.x**
99
- [ ] Network module (UDP): `rnet` ([info](https://github.com/raysan5/raylib/issues/753))
1010
- [ ] Custom raylib resource packer: `rres` ([info](https://github.com/raysan5/rres))
11-
- [ ] Trace log messages redesign ([info](https://github.com/raysan5/raylib/issues/1065))
1211
- [ ] Basic CPU/GPU stats system (memory, draws, time...)
1312
- [ ] Continuous Deployment using GitHub Actions
1413

1514
**raylib 3.0**
15+
- [x] Custom memory allocators support
16+
- [x] Global variables moved to global context
1617
- [x] Optimize data structures for pass-by-value
17-
- [x] Custom memory allocators support: `rmem`
18+
- [x] Trace log messages redesign ([info](https://github.com/raysan5/raylib/issues/1065))
1819
- [x] Continuous Integration using GitHub Actions
1920

2021
**raylib 2.5**

0 commit comments

Comments
 (0)