Files
reilua-enhanced/devnotes

42 lines
867 B
Plaintext

Current {
}
Backlog {
* rlgl
* Shaders management
* Compute shader management
* Text
* Codepoints?
* Audio
* AudioStream.
* Core.
* Compression/Encoding functionality.
* SetWindowIcons.
* Models
* LoadMaterials (Load materials from model file).
* LoadMaterialsFromModel (Could then for example edit and set back to model).
* Extend color lib functionality.
* Global variable descriptions for API.
* Examples
* Improve Dungeon crawler example by generating custom mesh instead of drawing 3D quads.
* Platformer example physics process for true framerate independence.
}
Bugs {
* CameraLib. Lateral movement is slower if looking down or up.
}
Needs Testing {
* UpdateTexture
* UpdateTextureRec
* LoadSoundFromWave
* LoadFont
* LoadFontEx
* LoadFontFromImage
* UpdateMesh
* LoadModelFromMesh
* RLGL - Matrix state management
}