blob: 9a4a2282aa04a3980a52541b4b5d8f9d1be7c44a (
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
29
30
31
32
33
34
35
36
37
38
39
40
41
|
Current {
}
Backlog {
* Review events. Seems to be a lot of work for very little benefit if any.
Might just increase traffic between Lua and C needlessly.
* Platform specific API documentation.
* Platform desktop SDL.
* Thread safe Lua RL.event calling.
* Haptic functions.
* Text
* Text codepoints management functions (unicode characters)? Could be usefull for luajit.
* Some of the Text strings management functions could be easier to use than the Lua ones.
* LoadFontFromMemory.
* LoadFontData.
* GenImageFontAtlas.
* Audio
* AudioStream.
* Models
* More Model management functions. Get mesh and material etc.
* BoneInfo.
* LoadMaterialsFromModel (Could then for example edit and set back to model).
* Examples
* Improve Dungeon crawler example by generating custom mesh instead of drawing 3D quads.
* Platformer example physics process for true framerate independence.
* Android support
}
Bugs {
* CameraLib. Lateral movement is slower if looking down or up.
}
Needs Testing {
* rlSetUniform
* rlSetShader
* rlReadShaderBuffer
* rlUpdateTexture
* rlReadTexturePixels
* rlReadScreenPixels
}
|