blob: 162bd4566fafcb25db9f6cd8ab6cc2cff6a2b337 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
Backlog {
* Compilation
* Windows
Mingw cross compilation causes name clashes with raylib https://github.com/raysan5/raylib/issues/1217
* Web
* Better CMakeList
* More and better examples
* Raygui
* Advanced controls
* Core
* File drop
* Screen-space-related
* Cursor-related
* Text
* Fonts
* More draw functions
* Codepoints
* String management. At least TextSplit
* Audio
* Wave?
* Gestures
* Raymath
* Quaternions
* Physac
* VR?
}
|