Files
reilua-enhanced/devnotes
2023-10-27 23:31:18 +03:00

43 lines
907 B
Plaintext

Current {
* Converting to new style.
}
Backlog {
* rlgl
* Shaders management
* Compute shader management
* New type validators.
* Platformer example physics process for true framerate independence.
* Extend color lib functionality.
* Global variable descriptions for API.
* IsWaveReady and other Is* ready functions.
* Text
* Codepoints?
* Audio
* AudioStream.
* Core.
* Load shader function arg check to new style.
* Compression/Encoding functionality.
* SetWindowIcons.
* Models
* LoadMaterials (Load materials from model file)
* LoadMaterialsFromModel (Could then for example edit and set back to model)
}
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
}